FredyH / GWSockets

WebSockets for GLua
MIT License
87 stars 7 forks source link

Could it be that the websocket can only be 1 at a time ? #31

Closed Pdzly closed 2 years ago

Pdzly commented 2 years ago

So for example Server 1 Has the same port and address used and server 2 the same

FredyH commented 2 years ago

Could you be more specific? There should be no restrictions with being able to connect to the same server twice at the same time.

viral32111 commented 2 years ago

Are you asking if you can have multiple servers listen on the same address and port combination? If so, that's impossible. The port number must not conflict with any other listening sockets. Though listening as a websocket server is outside the scope of this module afaik.

Pdzly commented 2 years ago

ok thanks that is what i asked for !