You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you have to push Return button multiple times, but then the chat message will also be send multiple times.
A guess: the text field is cleared when the rpc call to the daemon responded, but this can be very slow from time to time. The implementation should clear the text field immediately and then send the text message.
The text was updated successfully, but these errors were encountered:
Sometimes you have to push Return button multiple times, but then the chat message will also be send multiple times.
A guess: the text field is cleared when the rpc call to the daemon responded, but this can be very slow from time to time. The implementation should clear the text field immediately and then send the text message.
The text was updated successfully, but these errors were encountered: