Oops
This commit is contained in:
parent
4a19d8d45e
commit
735737f4a2
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ export default function connectMqtt(url: string, store: Store<*,*>) {
|
|||
store.dispatch({ type: null });
|
||||
});
|
||||
client.on("reconnect", () => {
|
||||
client.end();
|
||||
store.dispatch({ type: null });
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue