@resolveio/client-lib-core 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1123,7 +1123,7 @@ class SocketManagerService {
|
|
|
1123
1123
|
this._socket.onmessage = (event) => {
|
|
1124
1124
|
let resData = JSON.parse(event.data, dateReviver);
|
|
1125
1125
|
if (resData.data === 'reloadWSCommand') {
|
|
1126
|
-
window.location.href = window.location.href;
|
|
1126
|
+
window.location.href = window.location.href + '?forceReload=true';
|
|
1127
1127
|
}
|
|
1128
1128
|
else if (resData.data === 'reconnectWSCommand') {
|
|
1129
1129
|
this._socket.reconnect();
|