You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @byrnedo
i think should be a ability to check(and reconnect) for valid stan connection(nats streaming), not only nats server itself
nats streaming server can close(remove clientId) stan connections using hb_interval, hb_timeout, hb_fail_count
but tcp and nats protocol connection are valid and isConnected() method return true
The text was updated successfully, but these errors were encountered:
Yeah, that is (from first glance) a valid request.
I don't use php a whole lot right now, are you in any way interested in making a pull request?
Edit: having a quick look at the code it would seem to be to make 2 separate functions, one to connect to nats, one to stan, then add a stanReconnect function that just calls the second...
hi @byrnedo
i think should be a ability to check(and reconnect) for valid stan connection(nats streaming), not only nats server itself
nats streaming server can close(remove clientId) stan connections using hb_interval, hb_timeout, hb_fail_count
but tcp and nats protocol connection are valid and isConnected() method return true
The text was updated successfully, but these errors were encountered: