You are not logged in.
Pages: 1
Hi,
I'm new using mormot and had no problems until now.
Have registered the URI to http.sys with no problem while not using sockets, but when changing to useBiDirSocket I can´t get it to work while IIS is running.
Does websocket share port such as the others protocols? I need the IIS running as well.
thanks
Offline
Hi, current WebSocket implementation requires exclusive port usage. You can not share the same port with your IIS instance when using any other kind then http.sys mode. Just specify another port in the constructor.
Offline
ok.
Thanks for the fast reply
Offline
Pages: 1