theturtle32 / WebSocket-Node

A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to create multiple WebSocketServer using the same HTTP server but different paths

schnej7 opened this issue · comments

I would expect it to be possible to create multiple instances of WebSocketServer using the same instance of httpServer but different path. When attempting this the client websocket connection isn't able to establish with the error:
Invalid frame header