Prior to this commit, if the WebSocket client received multiple WebSocket frames in a single Erlang message by gen_tcp, the WebSocket client sent only the first received WebSocket frame to the application. This commit fixes this bug by having the WebSocket client send all WebSocket frames to the application. |
||
---|---|---|
.. | ||
rabbit_ct_client_helpers.erl | ||
rfc6455_client.erl |