|
|
|
|
|
by heisenzombie
1307 days ago
|
|
Nope, it's doing a round-trip to the server on each interaction. You can inspect the websocket and see the messages. The notifications are generated by a Python function running on the server, there's no client-side logic. |
|