Devid
Devid
Which redis layer are you using, [`channels_redis.core.RedisChannelLayer`](https://github.com/django/channels_redis/blob/ba6dfcd633be7d505f739cc3c294853222350e48/channels_redis/core.py#L92) or [`channels_redis.pubsub.RedisPubSubChannelLayer`](https://github.com/django/channels_redis/blob/ba6dfcd633be7d505f739cc3c294853222350e48/channels_redis/pubsub.py#L21)? Can you provide a code snippets which reproduces your issue?
Could you please provide a stacktrace or a log which shows which the error? Which kind of configuration are you using to run your project?
PS: is there an ETA for a new release to be published to PyPI?
Hi @Gagaro, currently I have a couple of projects using this and the main concern currenlty is "compliance" because "you shall not use untested libraries against your django version". I...
Thank you very much @Gagaro :+1:
When I get more times to check on this I will try to introduce a bit of debug logs to check what is going on with connections and threads (currently...
Here is a [sample project](https://github.com/sevdog/test-websocker-user-lock) which I used for an other issue with channels and django `TestCase`. I have setup a workflow which tests against channels 4.1.0 and 4.2.0, python...
Digging deeper, also adding a bit of stupid `print` statements (because if I try to use a debugger it will just get errors due to timeout) I have found the...
Here is just an other side of the issue which IMO highlights how the `mock` implementation is not the right way to handle this. Mocking `close_old_connections` in either `send_input`/`receive_output` may...
Currently there are no references to color-mode in [Typeahead.scss)](https://github.com/ericgio/react-bootstrap-typeahead/blob/b133250c8b463062cf51584bfe4d98adf8cc80c6/styles/Typeahead.scss). Also by default colors are RGB values and not css variables and thus it would not take any change which is...