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
A connection can accumulate delivery frames in its dedicated executor
service. The executor service is shut down when the connection closes
and it can contain tasks that have not commenced execution. These tasks
will never get executed, so their respective buffer must be released to
avoid a memory leak.
The leak can occur with consumer churn combined witht one-consumer
connections.
Fixes#585
0 commit comments