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
After connection stablished, if connection goes stale ping/pong is not being executed.
after my debug i found:
_process_connect_init() is defining ping_interval_task and it process error for stale connections but task it self is never being called. (at least I could not find it.)
Observed behavior
After connection stablished, if connection goes stale ping/pong is not being executed.
after my debug i found:
_process_connect_init()
is defining ping_interval_task and it process error for stale connections but task it self is never being called. (at least I could not find it.)EXTRA: this issue could be related.
Expected behavior
stale connection being processed allowing developer catch it.
logs here
Server and client version
nats 2.10 (alpine image).
Host environment
macos m1
Steps to reproduce
The text was updated successfully, but these errors were encountered: