Christian
8856a7aa34
Fix broken package reader
6 лет назад
Christian
751ac19c4b
Fix reading more data than required for the body.
6 лет назад
Christian
1415e4b878
Covnert the body buffer to a memory stream which will grow automatically.
6 лет назад
kpreisser
d020e809a1
Fix infinite loop that can occur when the client closes the connection before sending the complete packet body.
6 лет назад
kpreisser
bb697e1bd9
Follow-Up: Add missing ConfigureAwait() call.
6 лет назад
kpreisser
e1a9aa7d03
Adjust the MqttClientPendingMessagesQueue and the MqttPacketReader to use asynchronous methods for long-running/blocking operations.
Otherwise, Worker Threads from the .NET Threadpool are blocked while waiting for the next client message, and while waiting for the next message to send.
6 лет назад
Christian Kratky
d12d2648b7
Add extension for RPC calls; replace locks; Refactored storage in Managed Client
7 лет назад
Christian Kratky
0ee3c8e135
Add statistics of last sent packets to the _ConnectedClient_.
7 лет назад
Christian Kratky
bc959a8c3d
Performance optimizations
7 лет назад
Christian Kratky
69781d822a
Update docs, fix managed client connection issue
7 лет назад
Christian Kratky
611fabcd01
Performance optimizations
7 лет назад
Christian Kratky
f9d67e2cd2
Merge proces, enable signing of the assembly.
7 лет назад
Christian Kratky
77b80dc53e
Removed 3rd-Party libraries.
7 лет назад
Christian Kratky
e0235aedff
Refactor trace messages
7 лет назад
Christian Kratky
8de87c8772
Wrap COM exceptions, close client connection when server stops, process retained messages from server
7 лет назад
Christian Kratky
40dd620f90
Refactoring
7 лет назад
Christian Kratky
7dfc19e588
Added missing ConfigureAwaits
7 лет назад
Christian Kratky
0b002e8d11
Remove the RAW stream approach
7 лет назад
Christian Kratky
7e48746944
Fix cleanup of client sessions
7 лет назад
Christian Kratky
11ccb951aa
Refactor traces of server session handling
7 лет назад
Christian Kratky
9c46b8fd75
Fix handling of closed streams
7 лет назад
JanEggers
d10f29bbc6
initial version
7 лет назад
Christian Kratky
11ade8c3df
Refactor tracing
7 лет назад
Christian Kratky
af3cebb266
Renamed trace class
7 лет назад
Christian Kratky
67267c05fd
Refactor options
7 лет назад
Christian Kratky
862f76fea2
Add support for retained application messages
7 лет назад
Christian Kratky
d09455f78e
Add semaphore for accessing send stream
7 лет назад
Christian Kratky
e947881aca
Remove lock to prevent dead locks
7 лет назад
1iveowl
6d92937892
Fixed typo
7 лет назад
1iveowl
28d31d0cf5
Increased PR quality
7 лет назад
1iveowl
07fd509e74
Bug fixes
7 лет назад
Christian Kratky
e7c8d1c1c1
Add cancellation token to adapter
7 лет назад
Christian Kratky
32473af7c2
Refactor web socket usage
7 лет назад
Christian Kratky
b5fc6e3d12
Refactorings
7 лет назад
Christian Kratky
eda8bff10b
Optimized exception handling and awaits.
7 лет назад
Christian Kratky
76105de4c7
Refactor latest changes
7 лет назад
Eggers Jan
27bb22de09
use buffered receive stream
7 лет назад
Eggers Jan
c7c1691d75
use raw buffer for frist connect msg then use buffered stream to read more efficient
7 лет назад
Eggers Jan
97338b016d
optimized communication adapter
7 лет назад
Eggers Jan
473c8e0a15
send multiple packages at once msg/sec from 9000 to 32000
7 лет назад
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
7 лет назад
Eggers Jan
c001897590
remove async and framing from serializer
7 лет назад
Christian Kratky
76151deba0
Additional performance improvements
7 лет назад
Christian Kratky
8aec1583df
Performance improvements in area of logging and async/await
7 лет назад
1iveowl
20a1b77b58
ConfigureAwait(false)
7 лет назад
Christian Kratky
c90bdbfb93
Fix issue with connection management.
7 лет назад
Christian Kratky
598ed66a3b
Add support for V3.1.0; Performance improvements
7 лет назад
Christian Kratky
ee25228c0b
Add server implementation
7 лет назад
Christian Kratky
9b720d2325
Initial commit.
7 лет назад