588 次程式碼提交 (dddc1ec112713b22196ac99981a4a1f5b8a9fdf6)
 

作者 SHA1 備註 提交日期
  Andrew dddc1ec112 Fix a bug where an incoming SSL client connection was being treated as a plain-text connection. 6 年之前
  Christian Kratky 6192685671 Remove batch sending of messages to prevent message reordering and several required awaits. 6 年之前
  Christian Kratky 26eed30dbf Added custom exception for gracefully closed exceptions. 6 年之前
  Christian Kratky 20779dfece Reorganize solution structure. 6 年之前
  Christian Kratky 6bcfa436ea Fix TLS certificate loading. 6 年之前
  Christian Kratky e62316105f Refactor server socket management for Linux support. 6 年之前
  Christian Kratky 9e318fc40d Update BetterCodeHub config. 6 年之前
  Christian Kratky 4b407d5213 Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop 6 年之前
  Christian Kratky 841a22b2b2 Refactor channel adapter. 6 年之前
  Christian Kratky 840d8ab4fd Refactor TCP channel. 6 年之前
  Christian Kratky eb48f87667 Update packages 6 年之前
  Christian Kratky a164c120d5 Update solution file. 6 年之前
  Christian ad778636cf
Delete MQTTnet.NetStandard.csproj 6 年之前
  Christian Kratky 78360bc24a Add ID property for the ManagedMqttApplicationMessage. 6 年之前
  Christian Kratky 3480d9ac35 Refactoring 6 年之前
  Christian Kratky ae72bc3f99 Fix wrong exceptions during a clean disconnect. 6 年之前
  Christian Kratky c8bf36044b Rerfactor package parsing. 6 年之前
  Christian Kratky b05cb0d2ea Move managed client to separate nuget. 6 年之前
  Christian Kratky fd1880f1ff Update better code hub config. 6 年之前
  Christian Kratky 70c5bd1875 Remove obsolete files. 6 年之前
  Christian Kratky 00ac9ce961 Fix wrong remaining length calculation. 6 年之前
  Christian Kratky 1d455221e4 Clear awaiters after an exception has occured. 6 年之前
  Christian Kratky 31b4eb7937 Optimize package serializing and dispatching. 6 年之前
  Christian Kratky c88b46783b [Server] Add new interceptor before messages are added to a queue. 6 年之前
  Christian Kratky 39edd22a9d Refactor thread management for incoming packets. 6 年之前
  Christian Kratky afe25db0d3 Update docs. 6 年之前
  Christian Kratky f86a5af794 Merge branch 'pr/301' into develop 6 年之前
  Christian Kratky e6de4d014e Update client test app 6 年之前
  Christoph Stichlberger b38df9eecd Respect keep alive interval after sending 6 年之前
  Christian Kratky 54abf84e96 Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop 6 年之前
  Christian Kratky 66ebdfd61a Add test for simple server and client execution. 6 年之前
  Christian 4fe7c13d8e
Merge pull request #295 from JanEggers/moreBenchmarks 6 年之前
  Jan Eggers 2578b380f9 fixed sln change and moved options to seperate file 6 年之前
  Jan Eggers cadf9f797f added pipe based benchmak 6 年之前
  JanEggers fd50e4e260 more benchmarks 6 年之前
  Christian Kratky 1cbec27b7f Fix projects 6 年之前
  Christian Kratky 8d110c44f7 Merge master 6 年之前
  Christian Kratky 66a77db851 Merge branch 'master' of https://github.com/chkr1011/MQTTnet 6 年之前
  Christian Kratky 0505efbac1 Refactor graceful socket close. 6 年之前
  Christian Kratky 99614f2e15 Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop 6 年之前
  Christian 08e41244fc
Merge pull request #294 from JanEggers/NewExtensionToReduceCodeForBuilderPattern 6 年之前
  JanEggers 4e74b59796 added extension method 6 年之前
  Christian 2b6b268b4e
Merge pull request #291 from JanEggers/BenchmarksSdkProject 6 年之前
  Jan Eggers 09aacf011e use new project system for benchmarks 6 年之前
  Christian Kratky 9bea46adcb Remove unneeded _sealed_ keywords. Update docs. 6 年之前
  Christian Kratky a10183628b Suspend keep alive checking while a packet is being received. 6 年之前
  Christian Kratky 7e0017d14a Update docs. 6 年之前
  Christian Kratky 62e9a333c7 Add several packet validations. 6 年之前
  Christian Kratky 4838da48ef Replace a manual lock with the lock class. 6 年之前
  Christian Kratky b5a43c416a Add validation of packet control type. 6 年之前