Skip to content

Commit 11da3be

Browse files
authored
docs: add conflict case with express-status-monitor (#395)
1 parent 04a2bbe commit 11da3be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/categories/01-Documentation/troubleshooting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ io.on("connection", (socket) => {
369369
Possible explanations:
370370

371371
- [a proxy in front of your servers does not accept the WebSocket connection](#a-proxy-in-front-of-your-servers-does-not-accept-the-WebSocket-connection)
372+
- you have [express-status-monitor](https://www.npmjs.com/package/express-status-monitor) library enabled that runs its own socket.io instance. Please see the solution [here](https://github.com/RafalWilinski/express-status-monitor)
372373

373374
### A proxy in front of your servers does not accept the WebSocket connection
374375

0 commit comments

Comments
 (0)