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
WlItemHandler.closeWlStream removes stream from _streamList LinkedList. The operation is slow for a large list. It is the same problem like in already fixed issue #247 but for some reason this instance of LinkedList was not changed to LinkedHashSet/HashSet. It happens on complete disconnection from a backbone when all streams have to be reconnected.
The text was updated successfully, but these errors were encountered:
vladap
changed the title
Poor performance in WlItemHandle.closeWlStream(WlStream)
Poor performance in WlItemHandler.closeWlStream(WlStream)
Dec 9, 2024
WlItemHandler.closeWlStream removes stream from _streamList LinkedList. The operation is slow for a large list. It is the same problem like in already fixed issue #247 but for some reason this instance of LinkedList was not changed to LinkedHashSet/HashSet. It happens on complete disconnection from a backbone when all streams have to be reconnected.
The text was updated successfully, but these errors were encountered: