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
The method Send(PersitentResponse) in base class ForeverTransport calls HeartBeat.MarkConnection(this) then calls OnSending(data) that will also call MarkConnection(this). It will be called twice per send.
All classes deriving from ForeverTransport (ForeverFrameTransport, and ServerSentEventsTransport) overide Send and do their own thing, so that would only happen for custom transport classes.
The text was updated successfully, but these errors were encountered:
The method Send(PersitentResponse) in base class ForeverTransport calls HeartBeat.MarkConnection(this) then calls OnSending(data) that will also call MarkConnection(this). It will be called twice per send.
All classes deriving from ForeverTransport (ForeverFrameTransport, and ServerSentEventsTransport) overide Send and do their own thing, so that would only happen for custom transport classes.
The text was updated successfully, but these errors were encountered: