arades79 / hyperdome

the safest place to reach out
Other
27 stars 1 forks source link

GUI actions are being duplicated/repeated #52

Closed arades79 closed 4 years ago

arades79 commented 4 years ago

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.

arades79 commented 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.

arades79 commented 4 years ago

Only partially resolved in #58 Reopening for visibility