This pull-request allows the colyseus-unity3d client to communicate with the latest changes on Colyseus protocol (colyseus@alpha). It does not include @colyseus/schema serialization support yet.
Changes
room->leave() now accepts a boolean consented argument, which is true by default.
onError callbacks now accept std::string as a second argument instead of WebSocket::ErrorCode
This pull-request allows the colyseus-unity3d client to communicate with the latest changes on Colyseus protocol (
colyseus@alpha
). It does not include@colyseus/schema
serialization support yet.Changes
room->leave()
now accepts a booleanconsented
argument, which is true by default.onError
callbacks now acceptstd::string
as a second argument instead ofWebSocket::ErrorCode
room->state
has been renamed toroom->getState()