Make WebSocket able to manage arbitrary feedback to end-user

While previous implementation was able to send two independent messages, now we can send an arbitrary amount of independent messages.
This commit is contained in:
2023-02-07 17:25:17 +01:00
parent a116b29df9
commit 03c2566a20
4 changed files with 171 additions and 15 deletions

5
website/users/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore