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
/// For details on the binary streaming protocol, see <see cref="Microsoft.AspNetCore.NodeServices.Sockets.VirtualConnections.VirtualConnectionClient" />
19
18
/// The advantage versus using HTTP for RPC is that this is faster (not surprisingly - there's much less overhead
20
19
/// because we don't need most of the functionality of HTTP.
21
20
///
@@ -238,4 +237,4 @@ private class RpcJsonResponse<TResult>
0 commit comments