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
This causes it to use more memory if a program connects to multiple servers (and by extension, different ports).
There are a few requirements I do want to impose on a fix:
Don't create a new thread per instance of the default connector. That's very inefficient.
It should preferably be updated automatically.
I'm preoccupied with other issues at the moment (see #6) so I can't work on this one. Not yet, at least.
The text was updated successfully, but these errors were encountered:
tecc
changed the title
Default connector implementation does not remove old connection objects
Default connector implementation does not remove old connection instances
Aug 26, 2021
This causes it to use more memory if a program connects to multiple servers (and by extension, different ports).
There are a few requirements I do want to impose on a fix:
I'm preoccupied with other issues at the moment (see #6) so I can't work on this one. Not yet, at least.
The text was updated successfully, but these errors were encountered: