Closed arades79 closed 4 years ago
some actions resolved, however, upon disconnecting/reconnecting, messages are being sent (or received) multiple times.
Action item is to investigate where .connect() is called related to sending and receiving messages and ensure more than one callback is never assigned at once.
Only partially resolved in #58 Reopening for visibility
spawning of windows, threads that execute after a button press, are being replicated, seemingly by the number of times the action is performed. For instance, sending a message that results in a failure will spawn an alert dialog. If the message is attempted to be sent again, it will result in two HTTP calls, and two errors recieved, a third attempt will render 3 errors, etc.