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
If stream is hanging for 1 minute we have to terminate this stream to prevent memory leaks.
How to implement
Track time between packets sent from client to server or server to client. If it exceeds 1 minute, then terminate the stream with corresponding method.
The task
If stream is hanging for 1 minute we have to terminate this stream to prevent memory leaks.
How to implement
Track time between packets sent from client to server or server to client. If it exceeds 1 minute, then terminate the stream with corresponding method.
Create a PR to branch streams
The text was updated successfully, but these errors were encountered: