Conversation
…mismatch reporting
| }, | ||
| "communicationWarning", | ||
| ); | ||
| this.reportCommunicationWarning({ |
There was a problem hiding this comment.
Let's do this. In the case that a onCommunicationWarning callback is set, no need to log the warning above.
|
So there is one thing that is annoying. Unfortunately, now communications warnings will be emitted even for cases that doesn't really indicate a protocol breakage. For example, if received a message for a channel that was recently closed can also emit a communication warning. I think what we need is to add a "kind" field to the communication warnings to indicate the type of warning. For example: |
…fallback and expose them to client/server callbacks
No description provided.