Liangying.Wei
Liangying.Wei
It turns out that system.object is not successfully resolved with assemblies and thus the enum turns out to be an ErrorType and fallback to default value `Class`
Currently docfx by default loads `mscorlib.dll` to resolve `system.object`, however, for `netcore` cases, `mscorlib.dll` may not exists, and thus `system` classes are not able to be found. To fix this...
In the current Web PubSub service, we actually don't preserve such a list. And the `AddUserToGroup` is actually a quick way to add **current** connections for this user to the...
Consider a chat room with users joining a group, I think the source of truth should be your database that maintains the user-group mapping instead of relying on the Web...
Sorry for the late response, (just back from holiday). Could you share more about your user scenario? We can also discuss more through email `lianwei(at)microsoft.com` or through meetings (we can...
Quote here: > Scenario: User A, B & C joined a group (group is modifying a common resource/document). User A makes a change to the document which needs to be...
Sorry for the late response, a quick update to the group related samples are here: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/web-pubsub/web-pubsub/test/groups.spec.ts#L22 (more to provide soon)
This can be achieved by leveraging App Gateway. FYI my way to setup the Application Gateway with Web PubSub: 1. Create Application Gateway (AG1): 1. Follow the steps and create...
Keep it open since we'd like to support it later for better TSG experience
Do you mean [OpenSoundControl](https://opensoundcontrol.stanford.edu/spec-1_0.html)? By reading this spec, OSC defines the protocol of the data but does not restrict the transport type, looks like both UDP and TCP are supported....