Mentions légales du service

fix race condition in the webapp events channel

Merged 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