Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Oct 3, 2024
1 parent d3bce1a commit 5942a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ WIP
- ✅ server.address()
- ❌ server.clients
- ✅ server.close(callback)
- ❌ server.handleUpgrade(request, socket, head, callback)
- ❌ server.handleUpgrade(request, socket, head, callback) - this is unneeded. Just pass `server` (uWS.App or [µExpress app](https://github.com/dimdenGD/ultimate-express)) to `WebSocketServer` as option. See above for example.
- ❌ server.shouldHandle(request)

### Client events
Expand Down

0 comments on commit 5942a28

Please sign in to comment.