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
For example, I'm using websockets for a protocol, and I want the first few (TCP backend) packets to go through so that server and client finish their application level handshake. But after that I want the hang behaviour to kick in and stall all further communication.
Maybe just --behavior-warmup=10 and the behaviour kicks in after 10 reads or something?
The text was updated successfully, but these errors were encountered:
For example, I'm using websockets for a protocol, and I want the first few (TCP backend) packets to go through so that server and client finish their application level handshake. But after that I want the hang behaviour to kick in and stall all further communication.
Maybe just
--behavior-warmup=10
and the behaviour kicks in after 10 reads or something?The text was updated successfully, but these errors were encountered: