tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
532 stars 37 forks source link

Use provided json encoder/decoder for stats & info queries #92

Closed fadedDexofan closed 1 year ago

tobymao commented 1 year ago

i don't think this works, json.loads expects a string but you're going get bytes

fadedDexofan commented 1 year ago

i don't think this works, json.loads expects a string but you're going get bytes

From Python 3.6 arg s in json.loads can also be bytes and bytearray https://docs.python.org/3/library/json.html#json.loads

tobymao commented 1 year ago

can you fix the build?

fadedDexofan commented 1 year ago

Working on it