113 コミット (2b10200101c8f8a985722fe152496259e687e384)

作成者 SHA1 メッセージ 日付
  Christian Kratky 23ae8ab3b5 Fix unit test. 6年前
  Christian Kratky 7d9326a147 Extend MqttPacketReader constructor to allow more unit tests. 6年前
  Jan Eggers b77798f885 dont use thread static buffers they are overlapping on server due to async io 6年前
  Jan Eggers 7dfb6fdc52 fixed dup flag serialization and added roundtrip tests 6年前
  Jan Eggers 4e40b2ddf3 added test to prove something is broken 6年前
  Christian Kratky 211853d519 Fix wrong packet writer buffer length calculation. 6年前
  Christian Kratky 0322660561 Refactor async/await and ConcurrentDictionary usage. 6年前
  Christian Kratky beb54acc2f Refactor serializer benchmark to allow fair comparisons. 6年前
  Christian Kratky caea7910b4 Refactor message processing and async/await usage. 6年前
  Christian Kratky 6192685671 Remove batch sending of messages to prevent message reordering and several required awaits. 6年前
  Christian Kratky 20779dfece Reorganize solution structure. 6年前
  Christian Kratky e62316105f Refactor server socket management for Linux support. 6年前
  Christian Kratky eb48f87667 Update packages 6年前
  Christian Kratky 3480d9ac35 Refactoring 6年前
  Christian Kratky 31b4eb7937 Optimize package serializing and dispatching. 6年前
  Christian Kratky 1cbec27b7f Fix projects 6年前
  JanEggers 4e74b59796 added extension method 6年前
  Christian Kratky a10183628b Suspend keep alive checking while a packet is being received. 6年前
  Sébastien Warin 79a2952f94 Adding delay between Pub&Sub in the test unit 6年前
  Sébastien Warin c1352d50c1 Review code style to match with the existing code 6年前
  Christian fbf1cbc76e Refactor ConnectedClient statistics API 6年前
  Sébastien Warin 5287bf5cac Codacy/PR Quality Review 6年前
  Sébastien Warin 10740f12c4 Replace the Async coordination primitives 6年前
  Christian 8df8cb1eb6 Refactor logging and add benchmark. 6年前
  JanEggers 17db90d5ab fixed build 6年前
  JanEggers e7a7bb1a7b added benchmark for serializers 6年前
  Christian b22b02a0b6 Refactor subscriptions manager 6年前
  Christian 62527a91ac Complete merge 6年前
  Christian 49cf364352 Update docs 6年前
  Christian 74a5522965 Add topic filter tests from MQTT spec 6年前
  Christian 9e90111b37 Fix several deadlocks 6年前
  Christian af8d1ec6be Refactoring 6年前
  Christian 109e4b2cf1 Refactor the task timeout code to avoid still running tasks if the timeout is reached. 6年前
  Christian 17b74f20c9 Migrate to Stream-less approach. 6年前
  Israel Lot a62c15ad1a Missing interface implementation 6年前
  Israel Lot 786fa53334 Fix unit tests for serializer 6年前
  Christian b23d25217b Fix unit tests. 6年前
  Christian ec41efd860 Fix client dead lock and protocol version issues. 6年前
  JanEggers 677beddf07 fixed code quality compliance 6年前
  JanEggers 7154a7b3dc fixed tests 6年前
  Christian 54a0265ef9 Fix UnitTests 6年前
  Christian 8f96acaec4 Fixed a race condition in client and server. 6年前
  Christian e1d8697331 Fix wrong parsing and generating of MqttConnAck for version 3.1.0 6年前
  Christian f85ad4965b Refactor keep alive monitoring and add unit tests. 6年前
  Christian 59dcbf4c0c Add server events for subscribed and unsubscribed topics. Add pending messages count for connected clients. 6年前
  Christian 26cd84c88c Fix generation of packet identifier. 6年前
  Christian 8856a7aa34 Fix broken package reader 6年前
  Christian 30754433eb Add server methods for controlling the client subscriptions. 6年前
  Christian 1415e4b878 Covnert the body buffer to a memory stream which will grow automatically. 6年前
  Christian 002e4b8d69 Fix broken unit tests 6年前