636 Commits (b779d0463698edf7231af190b29b598a41d8da12)

Author SHA1 Message Date
  Christian Kratky 42c1155bee Fix nullref exception in connection handler. 4 years ago
  Christian Kratky f773257c86 Improve exception handling in AsyncQueue. 4 years ago
  Christian Kratky 3208045baa Extend application message builder. 4 years ago
  Piotr Łobacz 7274f4390c added support for Tls1.3 protocol 4 years ago
  Christian Kratky 58ad599783 Improve disconnect code of client. 4 years ago
  Christian Kratky ccd102a59f Refactor code. 4 years ago
  Christian Kratky 05101f0e0e Improve exception handling of AsyncLock. 4 years ago
  Christian Kratky f9630ef347 Improve internal session/connection management and connection takeover. 4 years ago
  Christian Kratky c5b7735a2c Improve cancellation token handling for client connections (Server). 4 years ago
  Christian Kratky b7fb0c1002 Refactor package object model. 4 years ago
  Jay424 c778cd7a0f
Fixed evaluation of IgnoreCertificateRevocationErrors to correctly set SslClientAuthenticationOptions.CertificateRevocationCheckMode 4 years ago
  Christian Kratky a26b641284 Fix broken connection takeover. 4 years ago
  JanEggers 2eaebe0e6a removed todo 4 years ago
  JanEggers d7b552fce2 renaming and added cast 4 years ago
  JanEggers f7db00c08e improved behavior when multiple connections fight over a session 4 years ago
  Christian Kratky f259bbcc9b ManagedClient: Expose internal client. 4 years ago
  SeppPenner 252772007b Changed MqttServerClientDisconnectedHandlerDelegate back again. 4 years ago
  SeppPenner 21a9974e5d Tried to add a MqttServerOptions fluent method for the client disconnected handler. 4 years ago
  Christian Kratky d63143bdc9 ManagedClient: Add new option for disabling auto reconnect. 4 years ago
  Christian Kratky aad9eac361 Refactor AWS integration. 4 years ago
  Krause, Henning 194664bc9c Reverted bogus change 4 years ago
  Krause, Henning 10a33fd153 Removed -prelease switch from build 4 years ago
  Marc Sallin 7f5504b01b Fix wrong QoS when using MqttClientMessageQueueInterceptor #978 4 years ago
  Marc Sallin fd789417e7 Extend MqttClientMessageQueueInterceptorContext to expose SubscriptionQualityOfServiceLevel 4 years ago
  Marc Sallin f1f9924bce Expose WithClientMessageQueueInterceptor 4 years ago
  Marc Sallin b0c603082b Rename "QualityOfServiceLevel" to SubscriptionQualityOfServiceLevel where appropriated to make the difference between the two different QoS fields more clear 4 years ago
  Krause, Henning beb228cc05 Fixed issues from code review 4 years ago
  Krause, Henning fc367ddb64 Added support to set TLS Application Protocols 4 years ago
  Christian Kratky cf217034fa Fix broken ClientWasConnected detection. 4 years ago
  Christian Kratky 6b6627f823 Fix null ref exception in low level client. 4 years ago
  Christian Kratky 733c587e45 Fix Unit Tests. 4 years ago
  Christian Kratky 4e6aeb91a4 Fix server adapter memory leak and UnitTests 4 years ago
  Christian Kratky a65c015a58 Refactor exception message. 4 years ago
  Paweł Słowik 857ab005be Modified IManagedMqttClient extension methods to work on less specific interfaces (IApplicationMessagePublisher and IApplicationMessageReceiver) 4 years ago
  JanEggers 33e4ec1943 improve exceptions in case of corrupt packages close pipes after exception occoured to avoid lingering connections should fix #788 4 years ago
  Christian Kratky 6a564a0c72 Align nuget dependency versions and project references. 4 years ago
  Pavlo Datsiuk 269bfa09ac [COMMIT] The proj files have been updated to enable SourceLink [MQTTnet.AspNetCore.csproj] 4 years ago
  Pavlo Datsiuk 59dd6b98a3 [COMMIT] The proj files have been updated to enable SourceLink [MQTTnet.csproj] 4 years ago
  Pavlo Datsiuk 9f37306f20 [COMMIT] The proj files have been updated to enable SourceLink [MQTTnet.Extensions.WebSocket4Net.csproj] 4 years ago
  Pavlo Datsiuk 85b000c6b7 [COMMIT] The proj files have been updated to enable SourceLink [MQTTnet.Extensions.Rpc.csproj] 4 years ago
  Pavlo Datsiuk 5a919ce5d2 [COMMIT] The proj files have been updated to enable SourceLink [MQTTnet.Extensions.ManagedClient.csproj] 4 years ago
  SeppPenner 8f6d48be81 Adjusted ImplementationSpecificError to be UnspecifiedError reason code in the MqttClient. 4 years ago
  SeppPenner 6adf7096ec Updated client sessions manager to handle the delivery count for the handler correctly. 4 years ago
  SeppPenner df149eb0b3 Added reason code to MqttClientDisconnectedEventArgs and use it. 4 years ago
  Christian Kratky 246a10649a Minor refactorings. 4 years ago
  SeppPenner 0a76ac15c6 Added missing disconnect reason codes. 4 years ago
  SeppPenner 257211fc7a Moved undeliveredMessageInterceptor to local variable to avoid threading issues. 4 years ago
  SeppPenner a407fc381b Made deliveryCount a local variable. 4 years ago
  SeppPenner 7cf12dc751 Made delivery count internal. 4 years ago
  SeppPenner 40aefd0ad3 Added local variable to avoid that the solution is not threadsafe. 4 years ago