371 Commits (a152066ed34bd5d8114cbbecf82d183316d84bfd)

Author SHA1 Message Date
  JanEggers a152066ed3 fixed managed client so it does not send disconnect packet when disposed 5 years ago
  JanEggers 138cd16c8d fixed compilation 5 years ago
  JanEggers 27a61819d3 removed unused code 5 years ago
  JanEggers 328ffc734f dont allow publish before the client is started and adjusted testclient accordingly 5 years ago
  PMExtra 069c19aab9 Support existing session with ManagedMqttClient. 5 years ago
  JanEggers a77e0b8dde spread dispose pattern 5 years ago
  JanEggers 698f0b66d2 fixed object disposed exception on netfx fixing #803 #733 #728 #486 #158 5 years ago
  JanEggers 14419e4d63 fixed clients overlapping from one test to another by: 5 years ago
  Federico Di Gregorio 3600ebbc62 Create default MqttRetainedMessagesManager in options 5 years ago
  Federico Di Gregorio 55676965d9 Use IList in IMqttRetainedMessagesManager return values 5 years ago
  Federico Di Gregorio f949d54aef Added IMqttRetainedMessagesManager 5 years ago
  Christian Kratky 624fafc662 Update nugets. 5 years ago
  Anton Yaroshenko 9fb1cc3320 added UWP compiler flags 5 years ago
  Christian 9aaa94e821
Revert "Replace raw bytes with x509 certificate to allow specify passwords and flags" 5 years ago
  Anton Yaroshenko e8ff48bfd3 Revert "blind uwp fix" 5 years ago
  Anton Yaroshenko 5db05f186f Revert "replace raw byte with x509 certificate to allow specify passwords" 5 years ago
  Anton Yaroshenko ac326babdf blind uwp fix 5 years ago
  Anton Yaroshenko a38623cb5a replace raw byte with x509 certificate to allow specify passwords 5 years ago
  Christian Kratky 896e9ed0aa Add interceptor for unsubscriptions. 5 years ago
  Lucas Rosa 4105beb7e6 Some more cleaning up: 5 years ago
  Lucas Rosa 5c25905510 Clean up 5 years ago
  Lucas Rosa e3f6b579b2 Working PoC 5 years ago
  Lucas Rosa c467c9c818 Debugging duplicated client id issue 5 years ago
  Christoph Stichlberger 7479e320ee Turn subscription publishing loglevel down 5 years ago
  Christoph Stichlberger 781c5d4d7d Separate current and reconnect subscsriptions in managed client 5 years ago
  Christian Kratky b175119008 Refactoring and doc updates. 5 years ago
  Christian Kratky 3ff5806dbb Dispose queue in managed client. 5 years ago
  Christian Kratky 073cd5243f Update docs. Add UnitTests. 5 years ago
  Jimmy Rosenskog 699558e47a Added exception handling to make sure all tasks are observed to avoid UnobservedTaskException. 5 years ago
  Бессонов Дмитрий 15ff03c136 use C#7.0 for default arguments 5 years ago
  Бессонов Дмитрий b12e3bc611 fix for #762 5 years ago
  Johan x Lindqvist 61c3e02242 Updated exception message to be in line with other exception messages. 5 years ago
  Johan x Lindqvist 5618c4c1f7 Always access the exception property on the task if it has status IsFaulted. 5 years ago
  Johan x Lindqvist ba9ceed7ce Use Task.WhenAll to handle errors in both tasks. 5 years ago
  Johan x Lindqvist ad1c198e43 Remove if clause that stopped handling of tasks with exceptions. 5 years ago
  Benjamin Crosnier 1a41415dd1 Allow AssignedClientIdentifier in ClientConnected, ClientDisconnected and ConnectedHandler - Fixes chkr1011/MQTTnet#745 5 years ago
  Christian Kratky 2767d897a4 Fix serialization issue of MQTTv5 PubRec packet. 5 years ago
  JanEggers a4420063c0 fixed #743 5 years ago
  Christian Kratky b09f31d654 Fix TCP server adpater when using empty password. 5 years ago
  Christian Kratky 2e3cf54f11 Add support for different strategies when generating RPC topics. 5 years ago
  Craig Lutgen d7948afd98 Fix client SslStream certificate chain CRL validation. The logic was inverse and CRLs were never checked. 5 years ago
  Christian Kratky 0cfb8b4020 Remove not async task handling. 5 years ago
  Christian Kratky 9ac726b271 Revert "Remove dedicated UWP builds and code." 5 years ago
  Christian Kratky 6d0e2c2022 Remove dedicated UWP builds and code. 5 years ago
  Christian Kratky 8ad1fb2871 Refactor server certificate classes (breaking change). 5 years ago
  Christian Kratky 4a7ff9e9ed Add TLS certificate password support for MQTTnet.Server. 5 years ago
  Christian Kratky 524f695829 Update docs. 5 years ago
  Craig Lutgen 59d2a8e551 Changed server crentials property name from password to certificateCredentials 5 years ago
  Craig Lutgen 9d63500f95 Fix build issue with UWP 5 years ago
  Craig Lutgen a03bdc7616 Expose server certificate password and client certificate options to MqttServerOptionsBuilder 5 years ago