Christian Kratky
|
153e83ee3e
|
Remove not needed async/await
|
il y a 7 ans |
Christian Kratky
|
6402dfd9ea
|
Update version info to 2.3.1
|
il y a 7 ans |
Christian Kratky
|
98bafb1f26
|
Fix null ref exception in UWP TCP channel
|
il y a 7 ans |
Christian Kratky
|
50800b1d44
|
Fix issues with exception handling after disconnect
|
il y a 7 ans |
Christian Kratky
|
dcf6f94d77
|
Refactoring
|
il y a 7 ans |
Christian Kratky
|
8131995006
|
Update core project to netstandard 1.3
|
il y a 7 ans |
Christian Kratky
|
7de1634a36
|
Fix issues with disconnected event
|
il y a 7 ans |
Christian
|
b252781f8d
|
Merge pull request #41 from JanEggers/develop
Develop
|
il y a 7 ans |
Eggers Jan
|
023cb12079
|
added resharper settings
|
il y a 7 ans |
Eggers Jan
|
b5b87f5272
|
improved timeout after memory usage
|
il y a 7 ans |
Christian Kratky
|
f287bd4d1d
|
Fix TimeoutAfter again
|
il y a 7 ans |
Christian Kratky
|
222a154290
|
Update documentation
|
il y a 7 ans |
Christian Kratky
|
9b8af2455f
|
Fix issues with "TimeoutAfter"
|
il y a 7 ans |
Christian Kratky
|
493c934463
|
Update documents
|
il y a 7 ans |
Christian Kratky
|
83f1d74a76
|
Make deserialization cancleable
|
il y a 7 ans |
Christian Kratky
|
e7c8d1c1c1
|
Add cancellation token to adapter
|
il y a 7 ans |
Christian Kratky
|
305578e7e6
|
Refactor code
|
il y a 7 ans |
Christian Kratky
|
651f0aa15c
|
Add interfaces for factories
|
il y a 7 ans |
Christian Kratky
|
51e7cd725e
|
Extend UWP test app
|
il y a 7 ans |
Christian Kratky
|
32473af7c2
|
Refactor web socket usage
|
il y a 7 ans |
Christian Kratky
|
b5fc6e3d12
|
Refactorings
|
il y a 7 ans |
Christian
|
dc65bdb913
|
Merge pull request #40 from JanEggers/develop
Develop
|
il y a 7 ans |
JanEggers
|
d4ef1a7302
|
fixed code issue
|
il y a 7 ans |
JanEggers
|
f8c01b2168
|
fixed invalid operation exception
|
il y a 7 ans |
JanEggers
|
d7e2b18247
|
packages that are events form the server may not cause invalid operation exceptions
|
il y a 7 ans |
JanEggers
|
12a275918e
|
fixed high load on server
|
il y a 7 ans |
Christian Kratky
|
eda8bff10b
|
Optimized exception handling and awaits.
|
il y a 7 ans |
Christian Kratky
|
76105de4c7
|
Refactor latest changes
|
il y a 7 ans |
Christian Kratky
|
eed56cdf55
|
Update documentation
|
il y a 7 ans |
Christian
|
da7adc1068
|
Merge pull request #39 from JanEggers/develop
fixed unittest server and client both generated id 2 for differnt pac…
|
il y a 7 ans |
JanEggers
|
f1ff947697
|
higher numbers
|
il y a 7 ans |
JanEggers
|
9250853854
|
Merge branch 'EvenMorePerf' into develop
|
il y a 7 ans |
JanEggers
|
d1b634511d
|
reduced footprint of client msg queue and numbers can go even higher
|
il y a 7 ans |
JanEggers
|
cf7b7191f8
|
if we wait before sending the packets we dont need to store the received packets at all because the awaiter will always be there or is already canceled
|
il y a 7 ans |
Christian
|
0dcd8227da
|
Add new badge
|
il y a 7 ans |
Eggers Jan
|
089eb9b604
|
fixed unittest server and client both generated id 2 for differnt package types
|
il y a 7 ans |
Christian
|
f04a9c4f3e
|
Fix readme layout
|
il y a 7 ans |
Christian Kratky
|
e2d15c8764
|
Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop
# Conflicts:
# MQTTnet.Core/Serializer/MqttPacketReader.cs
# MQTTnet.Core/Serializer/MqttPacketSerializer.cs
# Tests/MQTTnet.TestApp.NetFramework/PerformanceTest.cs
|
il y a 7 ans |
Christian
|
9a25fb63ad
|
Merge pull request #38 from JanEggers/Buffering
Buffering
|
il y a 7 ans |
Christian Kratky
|
0e48076d25
|
Extended performance test app
|
il y a 7 ans |
Christian Kratky
|
a956de3df7
|
Refactorings
|
il y a 7 ans |
Eggers Jan
|
455a047242
|
fixed async await return bug
|
il y a 7 ans |
Eggers Jan
|
27bb22de09
|
use buffered receive stream
|
il y a 7 ans |
Eggers Jan
|
285c70f24f
|
removed unused code
|
il y a 7 ans |
Eggers Jan
|
c7c1691d75
|
use raw buffer for frist connect msg then use buffered stream to read more efficient
|
il y a 7 ans |
Eggers Jan
|
6c7e70f78a
|
use blockingcollection for pipelining
|
il y a 7 ans |
Eggers Jan
|
97338b016d
|
optimized communication adapter
|
il y a 7 ans |
Eggers Jan
|
473c8e0a15
|
send multiple packages at once msg/sec from 9000 to 32000
|
il y a 7 ans |
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
|
il y a 7 ans |
Eggers Jan
|
5712bc11d2
|
increased concurrency to force raceconditions
|
il y a 7 ans |