1 implementation of OnReconnected
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
733public void OnReconnected(Func<PipeWriter, Task> notifyOnReconnect)
1 reference to OnReconnected
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
636feature.OnReconnected(_messageBuffer.ResendAsync);