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
I upgraded to the new async client. Based on the description I use event_loop.next() to get sessionPollResults. But i get the compilation error: the method next exists for struct SessionEventLoop. I added the futures-util v0.3.30 package. Any idea how to solve this?
The client is working with event_loop.spawn() but I need the status updates from the session.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I upgraded to the new async client. Based on the description I use event_loop.next() to get sessionPollResults. But i get the compilation error: the method
next
exists for structSessionEventLoop
. I added the futures-util v0.3.30 package. Any idea how to solve this?The client is working with event_loop.spawn() but I need the status updates from the session.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions