Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI freezes while the client sends messages. #359

Open
simnalamburt opened this issue Sep 30, 2024 · 1 comment
Open

UI freezes while the client sends messages. #359

simnalamburt opened this issue Sep 30, 2024 · 1 comment

Comments

@simnalamburt
Copy link

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?

@simnalamburt
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant