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
New configuration option on HubConnection: KeepAliveInterval - How frequently the client will send keep-alive messages
New configuration option on HubOptions: ClientTimeout - The server will consider the client disconnected if it hasn't received a message (including keep-alive) in this interval. It is possible for it to take longer than this timeout interval for the client to actually be marked disconnected, due to how this is implemented.
Added Java Client for ASP.NET Core SignalR with support for Azure SignalR Service 2862
Added Node.JS support for the JavaScript client 2535
Detect stream cancellation from client in streaming hub method 2597
Last Updated: 2/13/2019
@danroth27
to order these@tdykstra
@Rick-Anderson
@scottaddie
ryan brandenburg
@guardrex
ConfigureKestrel
forUseKestrel
See: Convert UseKestrel to ConfigureKestrel #7851 (also applyConfigureKestrel
API links) Work on the sample tracked by Update Kestrel topic sample to use ConfigureKestrel #8571.anurse/bradygaster
HubConnection
:KeepAliveInterval
- How frequently the client will send keep-alive messagesHubOptions
:ClientTimeout
- The server will consider the client disconnected if it hasn't received a message (including keep-alive) in this interval. It is possible for it to take longer than this timeout interval for the client to actually be marked disconnected, due to how this is implemented.PU
Unassigned
The text was updated successfully, but these errors were encountered: