mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-04-01 09:50:22 +02:00
Fixed websocket disconnect.
This commit is contained in:
parent
8a1cd2272e
commit
634702f287
@ -49,7 +49,7 @@ export default new Vuex.Store({
|
|||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
stopAutoUpdate: function({ state }) {
|
stopAutoUpdate: function({ state }) {
|
||||||
if (this.socket) {
|
if (state.socket) {
|
||||||
var s = state.socket;
|
var s = state.socket;
|
||||||
state.socket = null;
|
state.socket = null;
|
||||||
s.close();
|
s.close();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user