nbaksalyar/mio-websocket

Move frames handling to a separate library

Closed this issue · 0 comments

Frames decoding can be handled by a separate crate which can be useful for other WebSocket implementations (e.g. thread based).