Aymeric Augustin
Aymeric Augustin
See here: https://github.com/aaugustin/websockets/actions/runs/4581785367/jobs/8091558716?pr=1320#step:5:28
Logs here: https://github.com/aaugustin/websockets/actions/runs/4550528991/jobs/8023630525#step:5:50
Currently, if ping -> pong latency is 10 seconds, pings are sent every 30 seconds. It would be slightly more correct to send them every 20 seconds. This is a...
**Describe the bug** In the screenshot below, line 1364 is marked as not covered and line 1367 is marked as covered. This cannot happen. The only way to get to...
Running `django-admin migrate wagtailcore zero` fails as shown below, likely because of a missing dependency. I suspect this is the reverse of the problem described in [this comment](https://github.com/torchbox/wagtail/blob/574ad34b16312e4c0173cfeb8bee5444ce420fe7/wagtail/wagtailadmin/migrations/0001_create_admin_access_permissions.py#L49). ``` Operations...
With Django 4.1.8: With Django 4.2: This is happening on a very basic install without CSS customization. You should be able to reproduce simply by upgrading Django. Looking at https://github.com/django/django/commits/4.2/django/contrib/admin/static,...
e.g. there could be connection close bugs because TLS connections don't support half-closing.
It should be as simple as:: ``` @property def connections(self): return self.handlers.keys() ```