70 questions with Azure Web PubSub tags

Sort by: Updated
0 answers

Pub/sub messaging integration with SharePoint On-premise 2019

Hi I want to implement Pub/sub messaging in SharePoint On-premise 2019 as per customer requirements Here i am not sure how to integrate this functionality to On-premise environment. Could you please any one suggest me Is there any…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-11-10T04:48:13.107+00:00
Aare Srinivas Patel 1 Reputation point
commented 2021-11-10T13:00:21.73+00:00
Yulin Shi 76 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Is there a limit to the number of connections that can be added to a webpubsub group?

Hello Web PubSub team, Are there any limits on the number of connections that can be added to a webpubsub group? I couldn't find any documentation on this, so just wanted to double-check. …

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-10-22T15:44:12.197+00:00
mithun shanbhag 26 Reputation points
accepted 2021-10-26T15:26:01.16+00:00
mithun shanbhag 26 Reputation points
1 answer One of the answers was accepted by the question author.

How to get connection ID for Web PubSub

I am looking at the C# example for publishing messages here: https://learn.microsoft.com/en-us/azure/azure-web-pubsub/tutorial-pub-sub-messages?tabs=csharp#publish-messages-using-service-sdk The sample uses SendToAllAsync() but I would like to use…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-10-16T00:05:25.253+00:00
Peter 26 Reputation points
accepted 2021-10-20T18:11:11.36+00:00
Peter 26 Reputation points
1 answer One of the answers was accepted by the question author.

Azure webpubsub Limitations

We are doing a POC to use Azure web pubsub for our real-time messaging use case. We will be using the REST API to manage these clients and deliver real-time messages. Have the following questions which we were not able to find in the documentation 1) Are…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-09-28T11:26:08.4+00:00
Rajshekar 26 Reputation points
commented 2021-09-29T17:56:24.693+00:00
Rajshekar 26 Reputation points
1 answer

how to use customer domain name in client access URL for Web PubSub

We are trying to use PubSub to send out the websocket URLs to clients, but we would prefer the URL to use our own custom domain instead of "wss://????..webpubsub.azure.com/client/...". We will have our own service APIs to generate the client…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-09-02T16:21:19.643+00:00
Zongwen Feng 21 Reputation points
commented 2021-09-16T01:21:33.313+00:00
Zongwen Feng 21 Reputation points
1 answer

Removing access_token from websocket client url

I want to use Azure Web PubSub for TwiML Stream . However they don't support query parameters in the url.. Is there way to get client address of Web PubSub websocket that doesn't have access_token ? Regards

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-09-01T10:22:10.607+00:00
Piotr Gardy 1 Reputation point
answered 2021-09-03T06:19:08.817+00:00
Liangying Wei 756 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

how to close PubSub connections on demand

Since PubSub has a connection limit count, I want to manage the connections and close the ones that is not needed any more. This is necessary as we can't depend on the client side to close the connection voluntarily. I am ware that through the…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-09-01T17:43:56.66+00:00
Zongwen Feng 21 Reputation points
accepted 2021-09-02T03:38:15.933+00:00
Zongwen Feng 21 Reputation points
1 answer One of the answers was accepted by the question author.

Web PubSub Connect fails when using FWebSocketsModule library and GenerateClientAccessUri in WebPubSub SDK

Hi, I'm trying to implement a WebPubSub client in a video game using UE4 game engine's FWebSocketsModule C++ class, which links with libWebSockets library. When I use a "Client Access URL" from Azure WebPubSub Dashboard's "Client URL…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-08-24T18:51:44.573+00:00
Greg Tinney 121 Reputation points
accepted 2021-08-25T20:08:29.247+00:00
Greg Tinney 121 Reputation points
2 answers

User not found returned by Azure web pubsub rest api

We have created the webhooks for /connect and /connected in our server and we get those endpoints called when client connects to pubsub using websocket. We want to add the connected user to be added to certain pubsub groups and we do that in /connected…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-07-20T06:50:50.243+00:00
Nayan Das 71 Reputation points
commented 2021-07-30T10:35:22.6+00:00
Nayan Das 71 Reputation points
4 answers One of the answers was accepted by the question author.

Missing pubsub messages between client disconnect and reconnect

We are using Azure web pubsub to push events realtime to devices. The client connects to the websocket url and the server pushes event messages to clients through pubsub using azure pubsub python sdk. We found that the pubsub resends unsent event…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
70 questions
asked 2021-07-20T06:48:48.707+00:00
Nayan Das 71 Reputation points
accepted 2021-07-26T10:07:22.267+00:00
Nayan Das 71 Reputation points