1.3.0 (2022-11-20)
Features Added
- Added method
serviceClient.RemoveConnectionFromAllGroups
to remove the connection from all the groups it is in. - Added a
groups
option inserviceClient.GetClientAccessUri
, to enable connections join initial groups once it is connected. - Added a
filter
parameter when sending messages to connections in a hub/group/user to filter out the connections recieving message, details aboutfilter
syntax please see OData filter syntax for Azure Web PubSub. - Provided a utility class
ClientConnectionFilter
to generate thefilter
parameter, e.g.ClientConnectionFilter.Create($"{group1} in groups and not({group2} in groups)"))