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
They've added a new Frame variant to the Message enum. Have to figure out how to best handle that. Frame is quite a large type with a bunch of related types like FrameHeader, OpCode, etc. Ideally we didn't have to copy the whole thing.
They've added a new
Frame
variant to theMessage
enum. Have to figure out how to best handle that.Frame
is quite a large type with a bunch of related types likeFrameHeader
,OpCode
, etc. Ideally we didn't have to copy the whole thing.Edit: Asked the tungstenite maintainers for their advice snapview/tungstenite-rs#268
The text was updated successfully, but these errors were encountered: