593 Commits (b766c1bebb28086d0263dbf98451b5d216fd43cd)

Author SHA1 Message Date
  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
  SeppPenner c20142671f MQTTnet: Adjusted UndeliveredMessageInterceptor handler to return if it's null instead of throwing an exception. 4 years ago
  SeppPenner 75dfe68a94 Added interceptor for undelivered messages. 4 years ago
  JanEggers 16180e83ba fixed parallel writes #932 4 years ago
  Christian Kratky c779b394f1 Add abstraction layer for server certificate. 4 years ago
  Christian Kratky 7ea9415c63 Add proper state checks for server API. 4 years ago
  Christian Kratky 60941c04e5 Add new factory overloads. 4 years ago
  Christian Kratky dbe12b9c48 General code refactoring. 4 years ago
  Jeff Zhou c270225e9e
Update MqttTopicFilterBuilder.cs 4 years ago
  Christian Kratky 3f5d4e9825 Added MQTT JS examples for MQTTnet.Server. 4 years ago
  Christian Kratky 48837529a2 Fix web socket sub protocol negotiation. 4 years ago
  Christian Kratky 43e3ad4c00 Add support for static files. 4 years ago
  Christian Kratky 08c9ecb011 Fix wrong keep alive delay calculation. 4 years ago
  Christian Kratky 17ceb20169 Add dummy method to allow safe downgrade. 4 years ago
  Christian Kratky 683bb43486 Fix performance issue in logger. 4 years ago
  Christian Kratky a58ab607ad Improve logger performance. 4 years ago
  Christian Kratky f0a1f9ca93 Add support for user properties in client connect. 4 years ago
  Christian Kratky 2a421d1d42 Refactor code. 4 years ago
  Christian Kratky f85bc9b956 Dispose socket when TCP connect failed. 4 years ago
  JanEggers 4b481b4833 removed unused dependecies 4 years ago
  Christian Kratky e798c91ff3 Fix exception handling when using invalid host names upon connect. 4 years ago
  Christian Kratky 9810e52bcb Fix build. 4 years ago
  Christian Kratky fbbc638c75 Try to fix CI builds. 4 years ago