Good day!
I use autobahn.asyncio. I programmatically send 100,000 requests to the server without delay. CPU load reaches 100% and other requests fail. I do nothing on the onMessage event.
How do I limit the number of requests per second for each connection?
Can this be done with options?
