azure-webpubsub icon indicating copy to clipboard operation
azure-webpubsub copied to clipboard

Azure Web PubSub Service helps you to manage WebSocket connections and do publish and subscribe in an easy way

Results 158 azure-webpubsub issues
Sort by recently updated
recently updated
newest added

### Describe the bug The chat demo is nice and super basic demo to get started but in real world a users need to be able connect to a specific...

**[What's changed?]** - Refreshed the UI - Page for demos has an quick-to-navigate side bar - Added a Blog page - Added a Contact page **[What still needs to be...

Currently, [Microsoft.Azure.WebJobs.Extensions.WebPubSub](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.WebPubSub/1.0.0-beta.3) is not a part of the functions extension bundle and I'm forced to register it separately. ``` func extensions install --package Microsoft.Azure.WebJobs.Extensions.WebPubSub --version 1.0.0-beta.3 ``` Would it be...

The API would benefit greatly from a call to get a list of users and connections connected to a group or hub. When a client first joins a group, they...

feature-request

How can I make sure, what should I do to preserve the order? Messages are being sent very quickly and sometimes the second message comes before the first one.

### OSC support Hello, I'm using software which support OSC, but not websockets. I think that OSC is quite near websockets, would it be possible to add support for it?...

### Is your feature request related to a problem? Please describe. I have questions about how to use groups. I have taken the C# chat app sample and added some...

### Is your feature request related to a problem? Please describe. I'd like to use WebPubSub bindings in an Azure Function Isolated Process App. ### Describe the solution you'd like...