hummingbird-project / hummingbird-websocket

Websocket upgrade support for Hummingbird
Apache License 2.0
38 stars 6 forks source link

Wrap WebSocketFrame inbound iterator #49

Closed adam-fowler closed 7 months ago

adam-fowler commented 7 months ago

Instead of creating a new AsyncChannel to push data frames to, wrap the inbound WebSocketFrame iterator in an AsyncSequence and pass that to the handler.