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
{{ message }}
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
It could be beneficial to have methods in a transport logging base class for logging events like connection resets. This could serve as a minimum guideline for what should be logged by new transports and better enable cross-transport testing.
An alternative might be to move the more transport-agnostic logging like Connection(Error|Reset|Pause|Resume) into the Core project
The text was updated successfully, but these errors were encountered:
It could be beneficial to have methods in a transport logging base class for logging events like connection resets. This could serve as a minimum guideline for what should be logged by new transports and better enable cross-transport testing.
An alternative might be to move the more transport-agnostic logging like Connection(Error|Reset|Pause|Resume) into the Core project
The text was updated successfully, but these errors were encountered: