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

Add "isConnected" or something to `WebSocketClient` class #152

Open edonv opened 2 months ago

edonv commented 2 months ago

Is your feature request related to a problem? Please describe. It would be super helpful if the WebSocketClient class had a property that let you check the connection state.