ThePhotons Hi! Regarding disconnect errors:
Game connects to server >
Client: Game: myActor: b {name: "", actorNr: 1, isLocal: true, customProperties: {…}, suspended: false, …}
Client: State: ConnectedToGameserver -> Joined
In game I have one button that when clicked calls Photon>disconnect from all servers. When clicked displays the following errors:
"photon-javascript_sdk.min.js:7 Uncaught (in promise) Error: Client: Game: [203] PhotonPeer[_send] - Operation 253 - failed, "isConnected" is true , "isClosing" is true !"
and
"Uncaught Error: Client: Game: [203] PhotonPeer[_send] - Operation 253 - failed, "isConnected" is false , "isClosing" is false !"