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 the Opscode.Continuation case, it should properly implement the websocket protocol to concatenate the fragments. See this helpful blog post for more on the subject.
The text was updated successfully, but these errors were encountered:
The
react
function, which is called upon each frame received, closes the pipe if the ops code is one ofOpscode.Continuation | Opscode.Nonctrl _ | Opscode.Ctrl _
, as defined here: https://github.com/vbmithr/ocaml-websocket/blob/master/async/websocket_async.ml#L172.For the
Opscode.Continuation
case, it should properly implement the websocket protocol to concatenate the fragments. See this helpful blog post for more on the subject.The text was updated successfully, but these errors were encountered: