Aymeric Augustin
Aymeric Augustin
The new threading-based API supports this.
The plan for asyncio is #1332, ETA 1 to 3 years from now.
It is de facto possible in the Sans-I/O API because that layer only knows about frames. It doesn't reassemble fragmented messages.
Good job following up :-) No specific plans in this area at the time being, though.
Yes, that obstacle no longer exists.
Thank you for sharing! I'm glad that you provided a third party solution, as this is one of the few long-lasting feature gaps in websockets.
439dafa6 should fix it going forwards.
Another third-party solution courtesy of @uranusjr: https://github.com/uranusjr/websockets-routes .
This is now possible in the threading-based API with the `process_response` hook.
django-sesame is primarily designed to provide secure authentication tokens using only state available in the database (vs. in the session). If you're using sessions and you're storing them on the...