Skip to content

Commit af46d42

Browse files
author
ionut.stan
committed
Removed some comments.
1 parent edcd660 commit af46d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For WebSocket client support in Node.js and browsers, `JSONRPC.Plugins.Client.We
2121

2222
On the Node.js side, this library is tested to work with [websockets/ws](https://github.com/websockets/ws). Other `WebSocketServer` implementations are supported if API compatible with `websockets/ws` (constructor and events), or made compatible through an adapter.
2323

24-
There is a wrapper for [uWebSockets](https://github.com/uWebSockets/uWebSockets) in `JSONRPC.WebSocketAdapters.uws.WebSocketWrapper`. All obtained `uws.WebSocket` instances (from the `connection` event, or instantiated directly) must be wrapped (and thus replaced) with an instance of this class. _At the moment `uws` is on par with `ws` or __slower__ (for this library), and crashes randomly and infrequently during testing in travis (not on my machine).
24+
There is a wrapper for [uWebSockets](https://github.com/uWebSockets/uWebSockets) in `JSONRPC.WebSocketAdapters.uws.WebSocketWrapper`. All obtained `uws.WebSocket` instances (from the `connection` event, or instantiated directly) must be wrapped (and thus replaced) with an instance of this class.
2525

2626
#### HTTP
2727

0 commit comments

Comments
 (0)