246 コミット (9b29f8c23a5417650c7f5e03ee4fa22e97947e30)

作成者 SHA1 メッセージ 日付
  Sébastien Warin 9b29f8c23a Fix MqttProtocolVersion 3.1 connection 6年前
  Christian 8077d8dfeb Refactor TopicFilterComparer 6年前
  Sébastien Warin 5e0bc17341 Removing the debug log messages 6年前
  Sébastien Warin 932aa1fd39 Fixes chkr1011's refactoing and pass all tests 6年前
  Sébastien Warin c1352d50c1 Review code style to match with the existing code 6年前
  Christian 2499d29196 Refactor events. 6年前
  Christian fbf1cbc76e Refactor ConnectedClient statistics API 6年前
  Christian 719838de3b Add new server option to disable/enable persistent sessions. 6年前
  Sébastien Warin ba66c108fa Fixes and clean the new topic matcher from israellot 6年前
  Sébastien Warin 5287bf5cac Codacy/PR Quality Review 6年前
  Sébastien Warin 10740f12c4 Replace the Async coordination primitives 6年前
  Christian 3e6edb92c5 Refactor ASP.NET integration. 6年前
  Christian dc7b9414d9 Refactor logging. Remove TCP adapter from HTTP host if disabled. 6年前
  Christian 8df8cb1eb6 Refactor logging and add benchmark. 6年前
  Christian e14ea9a240 Add overflow strategy for pending messages queue. 6年前
  Christian febc8f774d Start a dedicated thread per client. 6年前
  Christian e51042ed04 Update UWP version 6年前
  VladimirAkopyan 7b987635f7 ref #230 Limiting the growth of PendingMessagesQueue to a configurable value. it will only store X lated messages, 250 by default. 6年前
  JanEggers 8c37cf16c0 fixed tests 6年前
  JanEggers c569c10740 dont use writer instance 6年前
  JanEggers e7a7bb1a7b added benchmark for serializers 6年前
  Christian b621806a7c Update build config 6年前
  Christian 7720a3f091 Refactor thread management. 6年前
  Christian b22b02a0b6 Refactor subscriptions manager 6年前
  Christian d14088512b Refactoring 6年前
  Christian 62527a91ac Complete merge 6年前
  Christian aaed2ed790 Process client messages in worker thread (extend options) 6年前
  Christian d9501de252 Treat a connection handover as a clean disconnect. 6年前
  Christian b9a73cc23d Changed socket features. 6年前
  Christian 357fd844d7 Fix TopicFilterComparer 6年前
  Christian 74a5522965 Add topic filter tests from MQTT spec 6年前
  Christian 84dab18c2a Fix broken UWP support. 6年前
  Christian 9e90111b37 Fix several deadlocks 6年前
  Christian ffb1645f14 Refactoring 6年前
  Christian af8d1ec6be Refactoring 6年前
  Israel Lot 942bf70582 one less copy and allocation 6年前
  Christian cb09bac246 Refactor the WebSocket channel and remove the internal queue. 6年前
  Christian 109e4b2cf1 Refactor the task timeout code to avoid still running tasks if the timeout is reached. 6年前
  Israel Lot e4cf2978e6 Remove useless sempahore object 6年前
  Christian 17b74f20c9 Migrate to Stream-less approach. 6年前
  Christian ae11e31048 Refactoring 6年前
  Israel Lot 5300742543 Avoid unnecessary enumeration for every packet 6年前
  Israel Lot cd09a2f176 Fix code style 6年前
  Israel Lot 11ba46d140 Remove useless stream flush 6年前
  Israel Lot e006377e64 Fix zero lenght packets bug 6年前
  Israel Lot 9bc34e4406 Translate timeout exception 6年前
  Israel Lot c915af8dad Disable Nagle on sockets, send packets in one shot. 6年前
  Christian d2049d63d6 Refactoring minor issues 6年前
  Israel Lot a5f33bc244 Replace double dictionary with a tuple key 6年前
  Christian 1df6798934 Fix issues in RPC extension. 6年前