-
Notifications
You must be signed in to change notification settings - Fork 557
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
fix: change session print loop to block until all events are handled #2920
Conversation
Thanks for having fixed this so quickly
There are still some inconsistency in some output using event bus like:
Event printed from |
I believe it has something to do with how the spinner works. I think that the text is only deleted when it's the spinner text setted by calling Actually I want to explore how to improve the session/events API. I didn't move far away from the initial PR, but I think there is room for improvements. |
I checked and I think I found the cause of the problem: A simple fix is to return a pointer in |
Thank you for looking at this. I will check that. Can be handled in another PR |
Fixes #2917