vapor / websocket-kit

WebSocket client library built on SwiftNIO
https://docs.vapor.codes/4.0/advanced/websockets/
MIT License
272 stars 79 forks source link

Consider general refactoring #57

Closed sehoffmann closed 4 years ago

sehoffmann commented 4 years ago

Connection establishing is currently spread out over three files.

WebSocketHandler is basically an implementation detail of WebSocket and should be part of it. The channel is already passed to the ctor.