624 Commits (4f14373117ade300d42152bb56d1c51f0936fade)

Author SHA1 Message Date
  Christian 90ec39f2a4 Refactor code. 3 years ago
  Christian d1c883ebae Move MQTTnet.Server to dedicated repo. 3 years ago
  Christian ed5e6ee897 Update project files. 3 years ago
  Christian 306bce5a58 Refactor code. 3 years ago
  Ramon Smits 6fe7ce7a0c
FIxed `MqttNetLogLevel.Verbose` incorrectly mapped to `LogLevel.Debug` (#1170) 3 years ago
  Christian 8f1d4e3c22 Remove client disconnected handler from wrong implementation location. 3 years ago
  Christian 77338527b4 Refactor code. 3 years ago
  SilverFox 899ed7b1da Rename MqttClient.ConnectState to MqttClientConnectionStatus 3 years ago
  SilverFox d913d4402e Convert MqttClient._connectState to enum 3 years ago
  SilverFox df262b5588 Fix UWP support broken in #1135 3 years ago
  SilverFox e174546b5a Add more checks for NET5_0 3 years ago
  SilverFox f99daee4d1 Fix Session_Tests.Manage_Session_MaxParallel 3 years ago
  SilverFox 9b10eadb24 Fix broken tests 3 years ago
  SilverFox c39da42ef2 Disallow to call MqttClient.ConnectAsync while Disconnect is pending. 3 years ago
  Wang Chunlong 85b339e6f0 rename 3 years ago
  Christian fbb5cd45a0 Refactor deferred ACK of publish packets. 3 years ago
  Wang Chunlong cf8ea872d3 Disconnected Endpoint 3 years ago
  Christian b97d01b78b Fix wrong data validation (#342). 3 years ago
  tamas.kurucsai 90b37a1e2d reimplemented delayed acknowledgement using a property to switch off automatic acknowledgement and a new method Acknowledge() in the event handler 3 years ago
  Christian a01dc9fef8 Add new overload for server options builder. 3 years ago
  Christian 5915285522 Fix TLS parameter options builder (#1104). 3 years ago
  Christian 12f346115f Improve RPC client handling. 3 years ago
  Christian b766c1bebb Refactor keep alive message handling in order to fix issues with sudden disconnects. 3 years ago
  Christian ed520455d0 Use the data converter only when creating packets. 3 years ago
  Christian cfc4ebe6a3 Expose Dup flag in application messages (#1096). 3 years ago
  Christian 120b7fb7d1 Fix RPC issue #1093 by calling both message handlers. 3 years ago
  SilverFox 8b164a4846 Update nuspecs 3 years ago
  Christian 8ba960343c Fix exception handling issues (#1082). 3 years ago
  Christian a13874d8a5 Add missing overloads for client disconnect. 3 years ago
  Christian b88924bce5 Fixed wrong buffer size calculation. 3 years ago
  Christian f3f1d81b52 Update docs. 3 years ago
  Philip Schill b1bf7698aa The topic filter comparer now checks for e.g. "foo/" matching "foo/#". 3 years ago
  tamas.kurucsai fbf7d9bb5c corrected thread safety of ping timers after adding delayed acknowledgement 3 years ago
  Muneeb Majeed f8eaf02516 Allow to respond with a reason code in PUBACK/PUBREC 3 years ago
  Christian c1001db450 Add packet inspector API. 3 years ago
  tamas.kurucsai fcbe2e32f6 corrected name of response sender method 3 years ago
  tamas.kurucsai f955b4a3e6 implemented delayed message acknowledgement 3 years ago
  SeppPenner 3d8d06f9b3 Hopefully completely reset the IManagedMqttClient file. 4 years ago
  SeppPenner d804b805c1 Smaller changes on the comments. 4 years ago
  SeppPenner bba04e2b5d Updated all code comments, should be ok now. 4 years ago
  SeppPenner 5eab337e13 Removed not needed comments on client side (Server side is still missing). 4 years ago
  Christian 3f5d627e9e Fix issues in QoS 2 handling. 4 years ago
  SeppPenner 2047f44554 Added client documentation. 4 years ago
  Christian 75845d6416 Fix cancellation issues when connecting. 4 years ago
  Tobias Frick 91c8a15f65 Only set _cleanDisconnectInitiated if no disconnect is pending 4 years ago
  Christian b95d6b08bc Update docs. 4 years ago
  JanEggers 02e65bca67 fixed .net 5 build 4 years ago
  Stefan Ossendorf 37b783908a .Net5.0 TFMs added 4 years ago
  Christian 72211ae85a Improve packet writer performance. 4 years ago
  Christian 1f78a92c4d Remove timeout from send method. 4 years ago