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
I saw some rogue connection on my NATS-server and they kept increasing in numbers.
I noticed that simply closing the ISTANConnection wouldn't unsubscribe the internal IConnection. I have to manually close the IConnection before closing the ISTANConnection to release the connection to my server.
@selstam , In that case, you'll need to close the connection you passed into the NATS streaming client. The NATS streaming client won't close (or otherwise alter) a NATS connection passed to it.
I saw some rogue connection on my NATS-server and they kept increasing in numbers.
I noticed that simply closing the ISTANConnection wouldn't unsubscribe the internal IConnection. I have to manually close the IConnection before closing the ISTANConnection to release the connection to my server.
Even if i try to dispose the ISTANConnection the connection to the NATS server remains.
The text was updated successfully, but these errors were encountered: