yzt
yzt
`InternalsVisibleTo` Functions extensions turns out to be problematic because it is easy to remove an internal interface depended by functions extensions and causes breaking change. As we thing the `WithEndpoints`...
Add strongly typed hub sample * NegotiationServer * Change another hub into strongly typed hub * MessagePublisher * Extract an interface `IMessagePublisher` from the `MessagePublisher`, and implement a `StronglyTypedMessagePublisher`. *...
### Describe the bug `SET WebPubSubConnectionString=` This command doesn't work on Windows powershell. On Windows, it should be "SET -Name WebPubSubConnectionString ".
Some implementations on .net standard 2.0 and .net core app are different, so tests for all the frameworks are necessary.
This is a PR generated at [OpenAPI Hub](https://aka.ms/openapihub). You can view your [work branch via this link](https://portal.azure-devex-tools.com/branch/Azure/azure-rest-api-specs/published%2FY-Sindo%2Fazure-rest-api-specs-pr%2FeventListener...main/). ## ARM API Information (Control Plane) Azure 1st Party Service can try out...
### Describe the bug The field type of `MqttDisconnectPacket.SessionExpiryInterval` is `uint` instead of `Nullable`, which means we cannot tell whether the session expiry interval is set or zero. According to...
### Describe the feature request We want to implement a cluster with high availability based on MQTTnet. Sometimes we need to close a pod and migrate all the client sessions...
### Describe your question [Description of the Flow control feature](https://www.hivemq.com/blog/mqtt5-essentials-part12-flow-control/). I can see the field `ReceiveMaximum` here and there: https://github.com/dotnet/MQTTnet/blob/9cbd5dd778dec7308c079dd61652d9ab573bf186/Source/MQTTnet/Packets/MqttConnectPacket.cs#L31 https://github.com/dotnet/MQTTnet/blob/9cbd5dd778dec7308c079dd61652d9ab573bf186/Source/MQTTnet/Packets/MqttConnAckPacket.cs#L37 But it seems that the field is not used...