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
DICOM associations do not release properly. The TCPConnector lambda remains in memory even when everything is closed. After a certain number of iterations there are sometimes errors (changing to 20-50).
DICOM associations do not release properly. The TCPConnector lambda remains in memory even when everything is closed. After a certain number of iterations there are sometimes errors (changing to 20-50).
Breakpoint after the iterations:
In TCPConnector the run hangs in
selector.select(this::onReady);?
The text was updated successfully, but these errors were encountered: