Websockets now have unique session IDs per connection.

This commit is contained in:
Thulinma 2018-07-09 16:42:18 +02:00
parent bd27540ca8
commit 4710fcade4

View file

@ -261,6 +261,7 @@ namespace Mist {
webSock = 0; webSock = 0;
return; return;
} }
crc = getpid();
onWebsocketConnect(); onWebsocketConnect();
H.Clean(); H.Clean();
return; return;