Websockets now have unique session IDs per connection.
This commit is contained in:
parent
bd27540ca8
commit
4710fcade4
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ namespace Mist {
|
||||||
webSock = 0;
|
webSock = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
crc = getpid();
|
||||||
onWebsocketConnect();
|
onWebsocketConnect();
|
||||||
H.Clean();
|
H.Clean();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue