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
{{ message }}
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
I'm getting sometimes the following errors while running a websocket server. The client is C++ Boost websocket client.
Jul 19 12:47:28 couch perl[4560]: Use of uninitialized value $payload_len in bitwise and (&) at /usr/local/share/perl/5.26.1/Protocol/WebSocket/Frame.pm line 145.
Jul 19 12:47:28 couch perl[4560]: Use of uninitialized value $payload_len in bitwise and (&) at /usr/local/share/perl/5.26.1/Protocol/WebSocket/Frame.pm line 150.
Protocol::WebSocket version 0.26
The text was updated successfully, but these errors were encountered:
I'm getting sometimes the following errors while running a websocket server. The client is C++ Boost websocket client.
Jul 19 12:47:28 couch perl[4560]: Use of uninitialized value $payload_len in bitwise and (&) at /usr/local/share/perl/5.26.1/Protocol/WebSocket/Frame.pm line 145.
Jul 19 12:47:28 couch perl[4560]: Use of uninitialized value $payload_len in bitwise and (&) at /usr/local/share/perl/5.26.1/Protocol/WebSocket/Frame.pm line 150.
Protocol::WebSocket version 0.26
The text was updated successfully, but these errors were encountered: