Christian Kratky
48d5afa799
Refactor namings of serializers etc.
6 years ago
Christian Kratky
3db22eea51
Remove dedicated V3 messages.
6 years ago
Christian Kratky
2fbb44ec66
Add more property implementations.
6 years ago
Christian Kratky
d7b98080f5
Refactor unit test for server events.
6 years ago
Christian Kratky
3e7b41e712
Refactor code.
6 years ago
Christian Kratky
5f18f35e02
Refactor task usage in client.
6 years ago
Christian Kratky
af39e87703
Refactor code.
6 years ago
Christian Kratky
ace25af0e8
Added package properties.
6 years ago
Christian Kratky
8d78455414
Fix breaking changes.
6 years ago
Christian Kratky
fed16d7710
Merge from develop.
6 years ago
Christian Kratky
fcff3a2c8d
Update docs.
6 years ago
Christian
803dd6f64e
Merge pull request #476 from PaulFake/patch-1
Check for pending disconnect in ThrowIfNotConnected
6 years ago
Paul Fake
a1e258eb24
Check for pending disconnect in ThrowIfNotConnected
This might be a little controversial, but it worked for us to correct a problem in which messages get stuck in the managed client storage queue (and are thrown out of the regular message queue without being published!) in the case of a failed connection. What we were seeing was that ManagedMqttClient.TryPublishQueuedMessage() was discarding a dequeued message without ever removing it from the storage queue because of an OperationCancelledException thrown by MqttClient.PublishAsync(). Tracing the code back, we found that when the connection is interrupted, after the timeout period MqttClient.InitiateDisconnect() would set the cancellation token, and the managed client would continue to try to publish, eventually calling through to MqttClient.SendAndReceiveAsync(), which would throw because the cancellation token is set. Looking back over the code, we saw that MqttClient.PublishAsync() has a call to ThrowIfNotConnected() at the top, which told us that the intent was to not allow this function to be called after a disconnect. But the disconnect was still pending, and the function wasn't behaving correctly in this state, so we reasoned that it's best to throw if the disconnect is pending.
6 years ago
Christian Kratky
e9df698a1f
Update nuget versions.
6 years ago
Christian Kratky
bddcbf6999
Refactor code.
6 years ago
Christian
be22e2551d
Merge pull request #471 from JanEggers/develop
updated nuget spec according to csproj
6 years ago
Jan Eggers
4e01c7f13d
updated nuget spec according to csproj
6 years ago
Christian Kratky
7181813f12
Fix pending messages overflow strategy issue.
6 years ago
Christian Kratky
6fc9f12c34
Refactor task await.
6 years ago
Christian
cc4e37fa40
Merge pull request #469 from JanEggers/fixedConcurrentWrites
fixed parallel writes
6 years ago
JanEggers
ccadd4e41a
updated release notes
6 years ago
JanEggers
a5caab62f8
fixed parallel writes
6 years ago
Christian Kratky
2bff218806
Update docs.
6 years ago
Christian Kratky
95c30a2843
Update docs.
6 years ago
Christian Kratky
28efbcdb3d
Add max pending messages options for ManagedClient.
6 years ago
Christian Kratky
ca7952ab33
Remove wrong setter.
6 years ago
Christian Kratky
62693af196
Merge from master.
6 years ago
Christian Kratky
5abee2512f
Update nuget packages.
6 years ago
Christian Kratky
c9a6155834
Update docs.
6 years ago
Christian Kratky
aad3ab903f
Expose retained messages to server interface.
6 years ago
Christian Kratky
4c76a898b6
Add new UnitTests.
6 years ago
Christian
d273148bc5
Update README.md
Reorder references alphabetically.
6 years ago
Christian
5314f5c67a
Merge pull request #444 from keesschollaart81/patch-1
Referencing the MQTT Bindings for Azure Functions
6 years ago
Kees Schollaart
22aab44d49
Referencing my MQTT Bindings for Azure Functions
Hi, if you're interested, hereby a reference to my work on MQTT Bindings for Azure Functions where I used this library. Thanks for the excellent work. More background [over here](http://case.schollaart.net/2018/09/22/mqtt-and-azure-functions.html )
6 years ago
Christian
b819746165
Merge pull request #430 from JanEggers/fix#421
fixed #421
6 years ago
JanEggers
73d33e2200
fixed #421
6 years ago
Christian
740bc3aa30
Merge pull request #429 from JanEggers/supportTlsProtolOptionOnServer
added ability to specify tls protocol version
6 years ago
JanEggers
583b32f17a
updated release notes
6 years ago
JanEggers
b7ab29473b
added ability to specify tls protocol version
6 years ago
Christian Kratky
ffc4f1408a
Merge develop.
6 years ago
Christian Kratky
c8b3066883
Update docs.
6 years ago
Christian Kratky
fb4f89b412
Replace TaskCompletionSource in Client with Interlocked gate.
6 years ago
Christian Kratky
6bee6a0469
Update docs.
6 years ago
Christian Kratky
0c2ab9b231
Fix a deadlock when an exception is fired while connecting.
6 years ago
Christian Kratky
03bef4c15d
Fix revocation checks in certificate validator.
6 years ago
Christian Kratky
ba62ca7306
Update docs.
6 years ago
Christian Kratky
56a1530cee
Add a method for clearing all retained messages at the server.
6 years ago
Christian Kratky
699cd5fc23
Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop
6 years ago
Christian Kratky
381c59d1e5
Update readme.
6 years ago
Christian Kratky
70f4dc9e10
Change log level of retained message changes.
6 years ago