Currently the transition process will wait indefinitely for Transision ACK.
This will lead to process leaks if websocket handshake is never done in the first place. (e.g. when using tools like curl)
This patch adds configurable timeout option, cause magical numbers are bad and naming things is bloody hard. ⎝( OωO)⎠
Currently the
transition process
will wait indefinitely forTransision ACK
. This will lead to process leaks if websocket handshake is never done in the first place. (e.g. when using tools likecurl
)This patch adds configurable timeout option, cause magical numbers are bad and naming things is bloody hard. ⎝( OωO)⎠