Justin Lee

Results 3 issues of Justin Lee

Awesome job in the library! I love the extensible design of this compared to flask-principal/ flask-login stack. In https://flask-allows.readthedocs.io/en/latest/requirements.html Danger section, there seems to be a minor typo. Should be...

When I was deploying pubsub layer using AWS Redis ElasticCache using default paramters, I noticed that occasionally my webservers will report ``` Connection closed by server. ``` during `group_send` `PUBLISH`...

It looks like since https://github.com/django/channels_redis/pull/326, on_disconnect and on_reconnect are no longer used/ supported in the pubsub implementation. Should we remove the documentation and API around them?