MycroftAI/Mycroft-Android

Websocket response gets created 5 times in app

Closed this issue · 1 comments

The responses from the Websocket seem to create 5 Cards each. Tailing the log also reveals that the response is printed 5 times each. We need to track down why and fix that

Websocket was being recreated multiple times due to the network receiver changing networks and receiving events from that. A check is now in place to make sure that this doesn't happen anymore