Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation about ws.send(...) return value (#968)
## Description The current documentation incorrectly states that ws.send(...) returns a value which can be awaited. However, the WebSocket.send method does not have a return value. ## Reference * [vapor/websocket-kit/Sources/WebSocketKit/Concurrency](https://github.com/vapor/websocket-kit/blob/main/Sources/WebSocketKit/Concurrency/WebSocket%2BConcurrency.swift)
- Loading branch information