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
# Azure Web PubSub service middleware client library for .NET - version 1.1.0
11
+
# Azure Web PubSub service middleware client library for .NET - version 1.2.0
12
12
13
13
14
14
[Azure Web PubSub Service](https://aka.ms/awps/doc) is a service that enables you to build real-time messaging web applications using WebSockets and the publish-subscribe pattern. Any platform supporting WebSocket APIs can connect to the service easily, e.g. web pages, mobile applications, edge devices, etc. The service manages the WebSocket connections for you and allows up to 100K **concurrent** connections. It provides powerful APIs for you to manage these clients and deliver real-time messages.
@@ -21,7 +21,7 @@ This library can be used to do the following actions. Details about the terms us
21
21
- Add validation options for upstream request
22
22
- API to add user defined functionality to handle different upstream events
@@ -112,7 +112,7 @@ private sealed class SampleHub : WebPubSubHub
112
112
113
113
### Setting up console logging
114
114
115
-
You can also easily [enable console logging](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebPubSub.AspNetCore_1.1.0/sdk/core/Azure.Core/samples/Diagnostics.md#logging) if you want to dig deeper into the requests you're making against the service.
115
+
You can also easily [enable console logging](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebPubSub.AspNetCore_1.2.0/sdk/core/Azure.Core/samples/Diagnostics.md#logging) if you want to dig deeper into the requests you're making against the service.
116
116
117
117
## Next steps
118
118
@@ -134,5 +134,5 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
0 commit comments