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
It seems like at some point, the type of the data passed to the we socket "message" event callback changed from string to Buffer, which needs to be handled by the adapter (probably by simply doing (.toString data) when passing the data on to sente). Otherwise the invariant at taoensso.sente:208 is violated and no message can be received without crashing the server.
The text was updated successfully, but these errors were encountered:
It seems like at some point, the type of the data passed to the we socket "message" event callback changed from string to
Buffer
, which needs to be handled by the adapter (probably by simply doing(.toString data)
when passing the data on to sente). Otherwise the invariant attaoensso.sente:208
is violated and no message can be received without crashing the server.The text was updated successfully, but these errors were encountered: