Added thread safe packet handlers
This commit is contained in:
@ -4,6 +4,9 @@ signal success
|
||||
|
||||
func handle_packet(_data: PackedByteArray):
|
||||
logout()
|
||||
emit.call_deferred()
|
||||
|
||||
func emit():
|
||||
success.emit()
|
||||
|
||||
func logout():
|
||||
|
Reference in New Issue
Block a user