Send cookie when history keeper has changed
This commit is contained in:
parent
2ac9c3ba66
commit
649fefad54
@ -217,6 +217,15 @@ types of messages:
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (network.onHistoryKeeperChange) {
|
||||||
|
network.onHistoryKeeperChange(function () {
|
||||||
|
send('COOKIE', "", function (e) {
|
||||||
|
if (e) { return void cb(e); }
|
||||||
|
ctx.connected = true;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
send('COOKIE', "", function (e) {
|
send('COOKIE', "", function (e) {
|
||||||
if (e) { return void cb(e); }
|
if (e) { return void cb(e); }
|
||||||
// callback to provide 'send' method to whatever needs it
|
// callback to provide 'send' method to whatever needs it
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user