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

Asyncronous events #49

Open
andreafresa opened this issue Jun 16, 2020 · 1 comment
Open

Asyncronous events #49

andreafresa opened this issue Jun 16, 2020 · 1 comment

Comments

@andreafresa
Copy link

Hello,
I have seen from your code that to parse the events from the server you are using a for loop.
I guess that this mean that the program will lock the resource on the loop.
Is there any possibility to use it in an asynchronous way?
In this way I can consume the events once they arrive.

@nick-antisoc
Copy link

Hello, I have seen from your code that to parse the events from the server you are using a for loop. I guess that this mean that the program will lock the resource on the loop. Is there any possibility to use it in an asynchronous way? In this way I can consume the events once they arrive.

Hello,

@andreafresa did you figure out if/how you can do this?

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

2 participants