18 Revīzijas (9bc34e44065550f8a433186df7cc7c2a58e57596)

Autors SHA1 Ziņojums Datums
  Israel Lot 9bc34e4406 Translate timeout exception pirms 6 gadiem
  Israel Lot c915af8dad Disable Nagle on sockets, send packets in one shot. pirms 6 gadiem
  Israel Lot a5f33bc244 Replace double dictionary with a tuple key pirms 6 gadiem
  Christian ec41efd860 Fix client dead lock and protocol version issues. pirms 6 gadiem
  Christian 8f96acaec4 Fixed a race condition in client and server. pirms 6 gadiem
  Christian 7a9ddfc2b5 Fix packet identifier which is sent from the server. pirms 6 gadiem
  Christian 8856a7aa34 Fix broken package reader pirms 6 gadiem
  Christian 751ac19c4b Fix reading more data than required for the body. pirms 6 gadiem
  Christian 1415e4b878 Covnert the body buffer to a memory stream which will grow automatically. pirms 6 gadiem
  kpreisser d020e809a1 Fix infinite loop that can occur when the client closes the connection before sending the complete packet body. pirms 6 gadiem
  kpreisser bb697e1bd9 Follow-Up: Add missing ConfigureAwait() call. pirms 6 gadiem
  kpreisser e1a9aa7d03 Adjust the MqttClientPendingMessagesQueue and the MqttPacketReader to use asynchronous methods for long-running/blocking operations. pirms 6 gadiem
  Christian Kratky d12d2648b7 Add extension for RPC calls; replace locks; Refactored storage in Managed Client pirms 7 gadiem
  Christian Kratky 0ee3c8e135 Add statistics of last sent packets to the _ConnectedClient_. pirms 7 gadiem
  Christian Kratky bc959a8c3d Performance optimizations pirms 7 gadiem
  Christian Kratky 69781d822a Update docs, fix managed client connection issue pirms 7 gadiem
  Christian Kratky 611fabcd01 Performance optimizations pirms 7 gadiem
  Christian Kratky f9d67e2cd2 Merge proces, enable signing of the assembly. pirms 7 gadiem
  Christian Kratky 77b80dc53e Removed 3rd-Party libraries. pirms 7 gadiem
  Christian Kratky e0235aedff Refactor trace messages pirms 7 gadiem
  Christian Kratky 8de87c8772 Wrap COM exceptions, close client connection when server stops, process retained messages from server pirms 7 gadiem
  Christian Kratky 40dd620f90 Refactoring pirms 7 gadiem
  Christian Kratky 7dfc19e588 Added missing ConfigureAwaits pirms 7 gadiem
  Christian Kratky 0b002e8d11 Remove the RAW stream approach pirms 7 gadiem
  Christian Kratky 7e48746944 Fix cleanup of client sessions pirms 7 gadiem
  Christian Kratky 11ccb951aa Refactor traces of server session handling pirms 7 gadiem
  Christian Kratky 9c46b8fd75 Fix handling of closed streams pirms 7 gadiem
  JanEggers d10f29bbc6 initial version pirms 7 gadiem
  Christian Kratky 11ade8c3df Refactor tracing pirms 7 gadiem
  Christian Kratky af3cebb266 Renamed trace class pirms 7 gadiem
  Christian Kratky 67267c05fd Refactor options pirms 7 gadiem
  Christian Kratky 862f76fea2 Add support for retained application messages pirms 7 gadiem
  Christian Kratky d09455f78e Add semaphore for accessing send stream pirms 7 gadiem
  Christian Kratky e947881aca Remove lock to prevent dead locks pirms 7 gadiem
  1iveowl 6d92937892 Fixed typo pirms 7 gadiem
  1iveowl 28d31d0cf5 Increased PR quality pirms 7 gadiem
  1iveowl 07fd509e74 Bug fixes pirms 7 gadiem
  Christian Kratky e7c8d1c1c1 Add cancellation token to adapter pirms 7 gadiem
  Christian Kratky 32473af7c2 Refactor web socket usage pirms 7 gadiem
  Christian Kratky b5fc6e3d12 Refactorings pirms 7 gadiem
  Christian Kratky eda8bff10b Optimized exception handling and awaits. pirms 7 gadiem
  Christian Kratky 76105de4c7 Refactor latest changes pirms 7 gadiem
  Eggers Jan 27bb22de09 use buffered receive stream pirms 7 gadiem
  Eggers Jan c7c1691d75 use raw buffer for frist connect msg then use buffered stream to read more efficient pirms 7 gadiem
  Eggers Jan 97338b016d optimized communication adapter pirms 7 gadiem
  Eggers Jan 473c8e0a15 send multiple packages at once msg/sec from 9000 to 32000 pirms 7 gadiem
  Eggers Jan 090e59e99a unfifed timeout handling and fixed memory usage due to Task.Delay tasks for each send package are present for the duration of the timeout resulting in memory usage. new approach uses cancellationtoken that will be cleaned up directly if operation completes before timeout pirms 7 gadiem
  Eggers Jan c001897590 remove async and framing from serializer pirms 7 gadiem
  Christian Kratky 76151deba0 Additional performance improvements pirms 7 gadiem
  Christian Kratky 8aec1583df Performance improvements in area of logging and async/await pirms 7 gadiem