Open RobRuana opened 1 year ago
This pull request fixes two minor issues.
_match_state
NakamaMultiplayerBridge._on_nakama_socket_closed()
match_state
NakamaSocketAdapter.received_error
connection_error
NakamaSocket.connection_error
All committers have signed the CLA.
This pull request fixes two minor issues.
_match_state
is never actually updated inNakamaMultiplayerBridge._on_nakama_socket_closed()
because thematch_state
property has a readonly setterNakamaSocketAdapter.received_error
signal is renamed toconnection_error
to agree with theNakamaSocket.connection_error
signal