Hi,
I'm working on a mini networking project. My clients are able to connect to a godot "dedicated" server. However, when my client closed the game, the server doesn't know that.
I need to catch the "quit game" event and "notify" the server that the player must be disconnected from the server.