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 recently updated 6.8.1 to 7.0.0 and now im seeing massive reconnects without the old connection beeing closed in the broker.
In normal operations we use about 200 connections that are statically allocated so connection churn should be 0. when I look at the dashboard I see massive number of connections and growing.
I see this behavior after some time of running the app in a testenvironment but I was not yet able to narrow down the cause of the behavior. I hooked into the events on connection and see logs that connections are recovered. but I dont see any indication why reconnect was initiated.
Reproduction steps
x
Expected behavior
connection recovery should not inflate the number of open connections.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I recently updated 6.8.1 to 7.0.0 and now im seeing massive reconnects without the old connection beeing closed in the broker.
In normal operations we use about 200 connections that are statically allocated so connection churn should be 0. when I look at the dashboard I see massive number of connections and growing.
I see this behavior after some time of running the app in a testenvironment but I was not yet able to narrow down the cause of the behavior. I hooked into the events on connection and see logs that connections are recovered. but I dont see any indication why reconnect was initiated.
Reproduction steps
x
Expected behavior
connection recovery should not inflate the number of open connections.
Additional context
No response
The text was updated successfully, but these errors were encountered: