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
Specifying a close status will always close the underlying socket.
89
+
Specifying a close status will always close the underlying socket.
90
+
91
+
You can also use it on the server. This example is basically taken from
92
+
the documentation on [WebSockets in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/websockets?view=aspnetcore-5.0#configure-the-middleware)
93
+
and adapted to use a `WebSocketPipe` to read/write to the client:
Specifying a close status will always close the underlying socket.
86
+
Specifying a close status will always close the underlying socket.
87
+
88
+
You can also use it on the server. This example is basically taken from
89
+
the documentation on [WebSockets in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/websockets?view=aspnetcore-5.0#configure-the-middleware)
90
+
and adapted to use a `WebSocketPipe` to read/write to the client:
0 commit comments