JanEggers
f1ff947697
higher numbers
7年前
JanEggers
d1b634511d
reduced footprint of client msg queue and numbers can go even higher
7年前
Christian Kratky
0e48076d25
Extended performance test app
7年前
Eggers Jan
c7c1691d75
use raw buffer for frist connect msg then use buffered stream to read more efficient
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
5712bc11d2
increased concurrency to force raceconditions
7年前
Eggers Jan
c001897590
remove async and framing from serializer
7年前
Eggers Jan
16a184a92f
use streams
7年前
JanEggers
de0dfb9265
restore other app modes
7年前
JanEggers
9cde49f5f8
propper buffering in place
7年前
JanEggers
a4d393ae28
fix code quality issues
7年前
JanEggers
a7a5eed0f2
added perf test app
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年前
IMPAQ\pnow
3a1e32f5aa
Added support for websockets
7年前
Christian Kratky
598ed66a3b
Add support for V3.1.0; Performance improvements
7年前
Christian Kratky
59b0b79a32
Fix wrong QoS level handling for server.
7年前
Christian Kratky
68926cef20
Add unit tests
7年前
Christian Kratky
447ca6cabb
Add interfaces, optimize performance, fix QoS level 2
7年前
1iveowl
d26d29e9a6
PowerShell build
7年前
Christian Kratky
35344b27c5
Fixed build settings
7年前
Christian Kratky
dae5a06734
Remove TLS support for UWP servers because Framework does not support it.
7年前
Christian Kratky
818ffcab29
Fix project settings.
7年前
Christian Kratky
c5978f5845
Implement test app for Universal Windows
7年前
Christian Kratky
929cdb971a
Fix breaking changes.
7年前
Christian Kratky
105abeba06
* [Server] Added support for complex client IDs.
* [Server] Fixed an issue with not correctly removed old client sessions.
* [Server] Several minor performance improvements.
* [Server] An existing client session is no longer closed if a new client connection is invalid.
* [Client] Added support for sending "CleanSession" flag.
7年前
Christian Kratky
8bfad437cf
Add nuget support
7年前
Christian Kratky
ee25228c0b
Add server implementation
7年前