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
This is not well-defined yet. What we want is to essentially have the websocket frame already encoded in dst from codec.go. What we have today is a websocket.Frame with its own buffers that then get copied to a destination buffer.
This is not well-defined yet. What we want is to essentially have the websocket frame already encoded in
dstfromcodec.go. What we have today is awebsocket.Framewith its own buffers that then get copied to a destination buffer.