Update the LastActive for reserved connections
This commit is contained in:
parent
613ac2d6c3
commit
1ad1120c41
|
|
@ -208,6 +208,7 @@ namespace Microsoft.AspNetCore.Sockets
|
||||||
if (connectionState.Connection.Channel == null)
|
if (connectionState.Connection.Channel == null)
|
||||||
{
|
{
|
||||||
connectionState.Connection.Channel = new HttpChannel(_channelFactory);
|
connectionState.Connection.Channel = new HttpChannel(_channelFactory);
|
||||||
|
connectionState.LastSeen = DateTimeOffset.UtcNow;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue