We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9994c6d commit 0b53200Copy full SHA for 0b53200
README.md
@@ -45,9 +45,7 @@ public async Task<IActionResult> SendAsync([FromBody]SimpleModel model)
45
#### Startup ConfigureServices
46
```csharp
47
// WebSockets for Browsers
48
-services.AddNativeWebSockets(options => {
49
- options.RegisterInvocator<AgentsWebSocketCommandInvocator>(WebSocketCommands.All);
50
-});
+services.AddNativeWebSockets<AgentsWebSocketCommandInvocator>();
51
52
// Client WebSocket - Proxy connections
53
var builder = services.AddProxyWebSockets();
0 commit comments