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 Aug 14, 2020. It is now read-only.
There is an inconsistency for this config param.
security.rb (and default oversip.conf) refer to ws_max_message_size
config.rb refers to websocket_max_message_size
Causes the error:
oversip[3280]: ERROR: <launcher (master)> comparison of Fixnum with nil failed (ArgumentError)#012...OverSIP/lib/oversip/websocket/ws_framing.rb:181:in `receive_data'#012...OverSIP/lib/oversip/websocket/listeners/ws_server.rb:144:in `process_received_data'#012...OverSIP/lib/oversip/websocket/listeners/ws_server.rb:110:in `receive_data'
Thanks a lot @jeffjcrowe. However please don't use master branch in production, I have some pending changes and the new security.rb approach is still in an early stage (I will change related things to improve it).
I strongly recommend you using the last stable version 1.3.2.
Thanks @ibc! I just did a fresh checkout for some local testing, was surprised by the error and figured I would report it. Totally agreed that I should probably be using 1.3.2, especially when I move to prod. Keep up the great work!
There is an inconsistency for this config param.
security.rb (and default oversip.conf) refer to ws_max_message_size
config.rb refers to websocket_max_message_size
Causes the error:
Patch:
The text was updated successfully, but these errors were encountered: