File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
* [ Server] Fixed not working _ UpdateRetainedMessageAsync_ public api (#1858 , thanks to @kimdiego2098 ).
2
2
* [ Client] Added support for custom CA chain validation (#1851 , thanks to @rido-min ).
3
- * [ Client] Fixed handling of unobserved tasks exceptions (#1871 ).
3
+ * [ Client] Fixed handling of unobserved tasks exceptions (#1871 ).
4
+ * [ Client] Fixed not specified ReasonCode when using _ SendExtendedAuthenticationExchangeDataAsync_ (#1882 , thanks to @rido-min ).
Original file line number Diff line number Diff line change @@ -309,6 +309,7 @@ public Task SendExtendedAuthenticationExchangeDataAsync(MqttExtendedAuthenticati
309
309
AuthenticationMethod = Options . AuthenticationMethod ,
310
310
AuthenticationData = data . AuthenticationData ,
311
311
ReasonString = data . ReasonString ,
312
+ ReasonCode = data . ReasonCode ,
312
313
UserProperties = data . UserProperties
313
314
} ;
314
315
You can’t perform that action at this time.
0 commit comments