Files
partey_workadventure/pusher
David Négrier 5cc97483e0 Fine-tuning the @typescript-eslint/no-unused-vars rule
We now allow parameters to be unused. This is quite common in inherited methods.
This allows removing a bunch of: //eslint-disable-next-line @typescript-eslint/no-unused-vars
Also, "err" variables in catch MUST now be used and the special _exhaustiveCheck variable used in ":never" assigns can be unused.
2022-04-22 18:09:39 +02:00
..
2022-03-14 12:58:33 +01:00
2021-12-16 16:40:50 +01:00
2021-06-23 16:58:57 +02:00
2022-03-08 11:21:17 +01:00
2022-04-21 14:45:34 +02:00
2021-11-24 16:20:07 +01:00
2022-04-12 14:21:19 +02:00
2022-04-22 17:08:55 +02:00

Pusher

The pusher component is in charge of accepting WebSocket and HTTP connections from the front and forwarding them to the correct "api" server (or to the "admin").