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've been trying to get this to work with locust (based on greenlets) and the websockets library (based on asyncio)
But just get various errors related to 'tasks being on the wrong event loop' or an 'event loop already running' has anyone done something similar to this?
A more detailed issue has been raised here on the locust repo: locustio/locust#2383
The text was updated successfully, but these errors were encountered:
I've been trying to get this to work with locust (based on greenlets) and the websockets library (based on asyncio)
But just get various errors related to 'tasks being on the wrong event loop' or an 'event loop already running' has anyone done something similar to this?
A more detailed issue has been raised here on the locust repo: locustio/locust#2383
The text was updated successfully, but these errors were encountered: