Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Sep 11, 2016
1 parent aa5158b commit 8cc8700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ There are some important incompatibilities with `ws` though, we aim to be ~90% c

* Binary data is passed zero-copy as an `ArrayBuffer`. This means you need to copy it to keep it past the callback. It also means you need to convert it with `Buffer.from(message)` if you expect a `Node.js Buffer`.
* `webSocket._socket` is not a `net.Socket`, it is just a getter function with very basic functionalities.
* `webSocket._socket.remoteAddress` might fail, you need to cache it at connection.
* `webSocket._socket.remote...` might fail, you need to cache it at connection.
* `webSocket` is an `EventEmitter` with max one listener per event, not ten.
* `webSocket.upgradeReq` is very limited and only holds commonly accessed data.

##### SocketCluster
`µWS` is the default engine in [SocketCluster](http://socketcluster.io) as of 5.0.0.
Expand Down

0 comments on commit 8cc8700

Please sign in to comment.