Mentions légales du service

Skip to content

fix race condition in the webapp events channel

BAIRE Anthony requested to merge fix-events-channel into django

we need to keep a reference on the webapp_state (otherwise the state is removed immediately from the StatesDict and the condition is never notified)

Merge request reports