Crash while debugging

Options
I'm occasionally getting a crash deep in Photon while debugging.
			
case StatusCode::DISCONNECT_BY_SERVER_LOGIC:
				mListener.connectionErrorReturn(statusCode);
				if(mPeer.getPeerState() != PeerState::DISCONNECTED && mPeer.getPeerState() != PeerState::DISCONNECTING)
					disconnect();
				break;
The crash is happening in this switch entry in
void Client::onOperationResponse(const OperationResponse& operationResponse)

I'm running VS2k10, and PhotonTB / Chat. Both are set up as TCP, with max timeout.

Anyone seen this before?

Allan

Comments

  • Kaiserludi
    Options
    Hi Odin.

    No, I have never heard of that issue before.

    Could you please provide us with a minimal self-contained reproduction case, so that we can look into it?