Added thread safe packet handlers

This commit is contained in:
2024-02-28 13:23:17 +01:00
parent cb4dd41358
commit db3ee3a685
11 changed files with 37 additions and 16 deletions

View File

@ -4,6 +4,9 @@ signal success
func handle_packet(_data: PackedByteArray):
logout()
emit.call_deferred()
func emit():
success.emit()
func logout():