483 コミット (9f37306f201f49d3a103b33fcd7b71998c461538)

作成者 SHA1 メッセージ 日付
  Pavlo Datsiuk 9f37306f20 [COMMIT] The proj files have been updated to enable SourceLink [MQTTnet.Extensions.WebSocket4Net.csproj] 4年前
  Pavlo Datsiuk 85b000c6b7 [COMMIT] The proj files have been updated to enable SourceLink [MQTTnet.Extensions.Rpc.csproj] 4年前
  Pavlo Datsiuk 5a919ce5d2 [COMMIT] The proj files have been updated to enable SourceLink [MQTTnet.Extensions.ManagedClient.csproj] 4年前
  SeppPenner 8f6d48be81 Adjusted ImplementationSpecificError to be UnspecifiedError reason code in the MqttClient. 4年前
  SeppPenner 6adf7096ec Updated client sessions manager to handle the delivery count for the handler correctly. 4年前
  SeppPenner df149eb0b3 Added reason code to MqttClientDisconnectedEventArgs and use it. 4年前
  Christian Kratky 246a10649a Minor refactorings. 4年前
  SeppPenner 0a76ac15c6 Added missing disconnect reason codes. 4年前
  SeppPenner 257211fc7a Moved undeliveredMessageInterceptor to local variable to avoid threading issues. 4年前
  SeppPenner a407fc381b Made deliveryCount a local variable. 4年前
  SeppPenner 7cf12dc751 Made delivery count internal. 4年前
  SeppPenner 40aefd0ad3 Added local variable to avoid that the solution is not threadsafe. 4年前
  SeppPenner c20142671f MQTTnet: Adjusted UndeliveredMessageInterceptor handler to return if it's null instead of throwing an exception. 4年前
  SeppPenner 75dfe68a94 Added interceptor for undelivered messages. 4年前
  JanEggers 16180e83ba fixed parallel writes #932 4年前
  Christian Kratky c779b394f1 Add abstraction layer for server certificate. 4年前
  Christian Kratky 7ea9415c63 Add proper state checks for server API. 4年前
  Christian Kratky 60941c04e5 Add new factory overloads. 4年前
  Christian Kratky dbe12b9c48 General code refactoring. 4年前
  Jeff Zhou c270225e9e
Update MqttTopicFilterBuilder.cs 4年前
  Christian Kratky 3f5d4e9825 Added MQTT JS examples for MQTTnet.Server. 4年前
  Christian Kratky 48837529a2 Fix web socket sub protocol negotiation. 4年前
  Christian Kratky 43e3ad4c00 Add support for static files. 4年前
  Christian Kratky 08c9ecb011 Fix wrong keep alive delay calculation. 4年前
  Christian Kratky 17ceb20169 Add dummy method to allow safe downgrade. 4年前
  Christian Kratky 683bb43486 Fix performance issue in logger. 4年前
  Christian Kratky a58ab607ad Improve logger performance. 4年前
  Christian Kratky f0a1f9ca93 Add support for user properties in client connect. 4年前
  Christian Kratky 2a421d1d42 Refactor code. 4年前
  Christian Kratky f85bc9b956 Dispose socket when TCP connect failed. 4年前
  JanEggers 4b481b4833 removed unused dependecies 4年前
  Christian Kratky e798c91ff3 Fix exception handling when using invalid host names upon connect. 4年前
  Christian Kratky 9810e52bcb Fix build. 4年前
  Christian Kratky fbbc638c75 Try to fix CI builds. 4年前
  Christian Kratky bf679adb6b Try to fix CI builds. 4年前
  Christian Kratky cf7e59a774 Improve unit tests. 4年前
  Christian Kratky 7931af7487 Add support for certificate validation callback for Web Socket connections. 4年前
  Christian Kratky c2ac4fffaf Expose PING method for clients. 4年前
  Christian Kratky 4b78710705 Refactor topic filter naming. 4年前
  Christian Kratky 2d6c44e45b MQTTnet.Server: Fix version detection. 4年前
  Ben Origas fc3965f5a3 Also Wrap certificate namespace in a !UWP compiler directive in options builder 4年前
  Ben Origas 1d553c5ece Wrap certificate namespace in a !UWP compiler directive 4年前
  Ben Origas 07ad9fc557 Add exception if both Certificate and X509Certificate are set 4年前
  JanEggers d49a4384c0 use the RemoteEndpoint property from the ConnectionContext and added test 4年前
  Gen 4e6658e014 Fix typo. 4年前
  Gen 2b2b30912c Configure context. 4年前
  Gen 79d95c8516 Fix hanging issue under UWP. 4年前
  Ben Origas 88e8691ce0 Move server x509 certs into non-uwp compiler flags 5年前
  Ben Origas 28641892f5 Add an x509 certificate parameter 5年前
  Christian Kratky 4b08bb41f5 Refactor code. 4年前