Mentions légales du service

Skip to content

Json channels fixes

BAIRE Anthony requested to merge json-channels-fixes into django

The main fix is to send send periodic keepalive (NOP) messages over the asyncio json event channels.

It seems that firefox systematically closes the connection after 60 seconds of inactivity (and i do not now how to configure or prevent this), therefore i set the interval to 50 seconds, this will also prevent NAT firewalls from closing the connection.

Merge request reports