43 Commits (04ccdcd5628eb3f0e0338ceee73fc4b087745ec2)

Author SHA1 Message Date
  Christian Kratky 04ccdcd562 Add low level client. 4 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
  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
  Бессонов Дмитрий b12e3bc611 fix for #762 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 9cc96f1888 Refactor log messages. 5 years ago
  Paul Fake e1590fc0c8
Fixed storage queue race condition 5 years ago
  Christian Kratky dd96cf98a8 Make storage update for managed client async. 5 years ago
  vbBerni a9017b8795 handle storage manager null 5 years ago
  vbBerni f76e130283 fix for failed publishing messages get removed from the message queue but not from the storage manager 5 years ago
  Christian Kratky 7c3d88f62d Add validation for topics before publishing. 5 years ago
  Christian Kratky 03bfc5f00b Refactor event handler namings. 5 years ago
  Christian Kratky 8708609498 Add more function mappings for MQTTnet Server. 5 years ago
  vbBerni 2a4eb460da StopAsync now waits until the managed client is stoped and more typical disposing of internal client 5 years ago
  Dominik Psenner 2000de15e7 Add async handlers for connect and disconnect, too 5 years ago
  Dominik Psenner a1f414a06d Add async handler interfaces for connected and disconnected to allow async code to execute on connect 5 years ago
  Berni de3a39bdc2 Fix Managed Client should dispose inner mqtt client #527 5 years ago
  Christian Kratky 6a2bded181 Refactor session and connection handling in server. Fix QoS level 2 issues. 6 years ago
  Christian Kratky ebf0e91ab8 Refactor subscribe and unsubscribe to support MQTTv5. 6 years ago
  Christian Kratky cc113a6c34 Refactor namespaces. 6 years ago
  Christian Kratky 619eaf284d Add readonly property for client options. 6 years ago
  Christian Kratky 43105f71d8 Refactor removal from blocking queue. 6 years ago
  Paul Fake 2a93fc18e4 Made comparison function static 6 years ago
  Paul Fake 31de6ee186
Delegate comparison function 6 years ago
  Paul Fake b2c31331b6
Peek-and-publish model 6 years ago
  Christian Kratky bddcbf6999 Refactor code. 6 years ago
  Christian Kratky 7181813f12 Fix pending messages overflow strategy issue. 6 years ago
  Christian Kratky 28efbcdb3d Add max pending messages options for ManagedClient. 6 years ago
  Christian Kratky 682298b69f Fix issue in pending messages handling for managed client. 6 years ago
  Christoph Stichlberger 80fbb2f0b2 Prevent unsubscription overtaking later subscription 6 years ago
  Christian Kratky ce534baa75 Move the connection check interval of the ManagedClient to the options. 6 years ago
  Christian Kratky e8d5bd7bfb Add new properties and events for the managed client. 6 years ago
  Christian Kratky bc20850fba Refactor serializer locking and thread instances. 6 years ago
  Christian Kratky 6192685671 Remove batch sending of messages to prevent message reordering and several required awaits. 6 years ago
  Christian Kratky 20779dfece Reorganize solution structure. 6 years ago
  Christian Kratky 78360bc24a Add ID property for the ManagedMqttApplicationMessage. 6 years ago
  Christian Kratky b05cb0d2ea Move managed client to separate nuget. 6 years ago
  Christian Kratky 4838da48ef Replace a manual lock with the lock class. 6 years ago
  Christian Kratky 137d1d181b Refactor ManagedMqttClientStorage 6 years ago
  JTrotta f844a8be5e ManagedMqttClietStorage now works 6 years ago
  Christian 8df8cb1eb6 Refactor logging and add benchmark. 6 years ago
  Christian af8d1ec6be Refactoring 6 years ago
  Christian ec41efd860 Fix client dead lock and protocol version issues. 6 years ago
  Christian cea984cc2f Fix stream and socket handling. 6 years ago
  Christian b3a25fb9e8 Fix subscription handling of _ManagedClient_. 6 years ago