You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should analyse how to verify trace ConnectionManagerTrace messsages.
Some of them might not be desirable in the trace output: TrUnexpectedlyMissingConnectionState.
Verify that we never have let a unidirectional connection reach any of the duplex states: this is done by verification of connection manager state transitions, but we could also verify that whenever we try this a ForbiddenOperation exception is thrown.
Verify that connection manager methods never return unexpected value, i.e. UnsupportedState.
The text was updated successfully, but these errors were encountered:
ConnectionManagerTrace
messsages.Some of them might not be desirable in the trace output:
TrUnexpectedlyMissingConnectionState
.ForbiddenOperation
exception is thrown.The text was updated successfully, but these errors were encountered: