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
The state tracking of pending dials from TCP / WebSocket is monotonically increasing over time.
This leads to leaking memory. We need to ensure that any pending_dials are removed from the internal state as soon as the dial is successful / unsuccessful.
TCP pending dials
WebSocket pending dials
cc @paritytech/networking
The text was updated successfully, but these errors were encountered:
The state tracking of pending dials from TCP / WebSocket is monotonically increasing over time.
This leads to leaking memory. We need to ensure that any
pending_dials
are removed from the internal state as soon as the dial is successful / unsuccessful.TCP pending dials
WebSocket pending dials
cc @paritytech/networking
The text was updated successfully, but these errors were encountered: