django / asgi_ipc

IPC-based ASGI channel layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move IPC layer to use SQLite in either a file or a shared memory segment

andrewgodwin opened this issue · comments

Rather than just dumping msgpack output into shared memory as it does right now.

Fixed in 1.4.0, it now uses pickle for some portions for speed.