-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
I see compression uses zlib. It seems to be one potential CPU-bound operation. In an async framework, one would run that in a thread to avoid blocking the event loop, but since wsproto is a sans-IO library, I don't know what to do. Running handlers in a thread in my async web framework is not an option because I need to access an object that cannot be shared between multiple threads.
Metadata
Metadata
Assignees
Labels
No labels