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;
|
||||
return;
|
||||
}
|
||||
crc = getpid();
|
||||
onWebsocketConnect();
|
||||
H.Clean();
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue