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
Description:
When sending a message, the UI becomes unresponsive. This causes a poor user experience, and it would be better to handle this asynchronously.
Proposal:
To improve usability, consider implementing asynchronous processing for message sending.
Additional Context: @ulyssa, I'm willing to work on fixing this issue myself. Could you please provide some guidance on which part of the codebase would be a good starting point?
The text was updated successfully, but these errors were encountered:
I’ve noticed that the UI often freezes during various other interactions involving Iamb as well. It might be beneficial to refactor all I/O operations to be handled asynchronously or move them to a dedicated I/O thread.
Description:
When sending a message, the UI becomes unresponsive. This causes a poor user experience, and it would be better to handle this asynchronously.
Proposal:
To improve usability, consider implementing asynchronous processing for message sending.
Additional Context:
@ulyssa, I'm willing to work on fixing this issue myself. Could you please provide some guidance on which part of the codebase would be a good starting point?
The text was updated successfully, but these errors were encountered: