add django 4.2 sse disconnection workaround

This commit is contained in:
Nathan Tien You
2026-04-10 16:59:53 +02:00
parent ae4ba6a5c5
commit 1ce6492423
+6
View File
@@ -224,3 +224,9 @@ receiver = current_app.events.Receiver(
)
```
> On envoie un message au client quand on reçoit un évènement `ptf-task-progress`
### Coté Django
Django 4.2 Workaround
<img src="./assets/disconnections.png">