Replies: 1 comment
-
The links to the source files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The last sentence of the summary says that the flag must be set to
true
to not allow packet fragmentation, but the summary ofMqttClientOptions.AllowPacketFragmentation
says it must befalse
. Is this an error in the summary ofWithoutPacketFragmentation()
or am I reading that wrong?In MqttClientOptionsBuilder
In MqttClientOptions
Edit: Included the body of
MqttClientOptionsBuilder.WithoutPacketFragmentation
Beta Was this translation helpful? Give feedback.
All reactions