Christian
|
e5f32730a7
|
Merge pull request #353 from JanEggers/hideoverloadthatdoesnotprovideoptions
hide overload that does not provide options
|
6年前 |
JanEggers
|
cd257b4d25
|
hide overload that does not provide options
|
6年前 |
Christian Kratky
|
6ca6a52ae8
|
Update docs.
|
6年前 |
Christian Kratky
|
3d643aa4cb
|
Update versions.
|
6年前 |
Christian
|
9739d23b6f
|
Merge pull request #340 from JanEggers/moreExtensionsForAspnetCoreConfiguration
more extensions for aspnetcore configuration
|
6年前 |
JanEggers
|
c43acf7dac
|
more extensions for aspnetcore configuration
|
6年前 |
Christian
|
995c226893
|
Merge pull request #339 from JanEggers/develop
fixed parsing issue and added test
|
6年前 |
Jan Eggers
|
8574bbb64f
|
fixed parsing issue and added test
|
6年前 |
JanEggers
|
b2bb545947
|
Update MQTTnet.AspNetCore.nuspec
added dependencies to nuspec
|
6年前 |
Christian Kratky
|
bf8dae67de
|
Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop
|
6年前 |
Christian
|
c6309da015
|
Merge pull request #334 from JanEggers/improveErrorMessages
Improve error messages
|
6年前 |
Christian
|
2e83a1010e
|
Merge pull request #330 from JanEggers/develop
fixed another build issue
|
6年前 |
Christian Kratky
|
d5efb31e3a
|
Fix build script.
|
6年前 |
Jan Eggers
|
b77798f885
|
dont use thread static buffers they are overlapping on server due to async io
|
6年前 |
Jan Eggers
|
5923c7c408
|
fixed negative length for empty packages
|
6年前 |
Jan Eggers
|
7dfb6fdc52
|
fixed dup flag serialization and added roundtrip tests
|
6年前 |
Jan Eggers
|
4e40b2ddf3
|
added test to prove something is broken
|
6年前 |
Jan Eggers
|
4e9abd41c0
|
improve error messages
|
6年前 |
Jan Eggers
|
7240b86d98
|
fixed another build issue
|
6年前 |
Christian Kratky
|
211853d519
|
Fix wrong packet writer buffer length calculation.
|
6年前 |
Christian Kratky
|
f39589a8c1
|
Add new publish overloads.
|
6年前 |
Christian
|
e387971292
|
Merge pull request #326 from JanEggers/develop
Fixed build versions
|
6年前 |
Jan Eggers
|
4fc1912ee8
|
fixed assembly versions
|
6年前 |
Christian Kratky
|
31a704b675
|
Merge branch 'master' into develop
|
6年前 |
Christian Kratky
|
c5c088300f
|
Merge branch 'master' of https://github.com/chkr1011/MQTTnet
|
6年前 |
Christian Kratky
|
ccea8e6eb5
|
Update readme
|
6年前 |
Christian Kratky
|
ac60ed4559
|
Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop
|
6年前 |
Christian Kratky
|
8026263a27
|
Update nuspec
|
6年前 |
Christian Kratky
|
6fa6abe6f0
|
Update readme.
|
6年前 |
Christian Kratky
|
e8d5bd7bfb
|
Add new properties and events for the managed client.
|
6年前 |
Christian
|
2a03c1f1f4
|
Merge pull request #321 from asthomas/develop
Fix for incoming SSL connections
|
6年前 |
asthomas
|
0c6b92536e
|
Merge pull request #1 from chkr1011/develop
Develop
|
6年前 |
Andrew
|
dddc1ec112
|
Fix a bug where an incoming SSL client connection was being treated as a plain-text connection.
|
6年前 |
Christian Kratky
|
8b376874c0
|
Merge develop
|
6年前 |
Christian Kratky
|
0322660561
|
Refactor async/await and ConcurrentDictionary usage.
|
6年前 |
Christian
|
a7205ddf02
|
Merge pull request #318 from JanEggers/perf
improve session manager
|
6年前 |
Jan Eggers
|
64b38487bc
|
improve session manager
|
6年前 |
Christian Kratky
|
bc20850fba
|
Refactor serializer locking and thread instances.
|
6年前 |
Christian Kratky
|
66048931a2
|
Refactor ASP net Core integration and fix breaking change.
|
6年前 |
Christian
|
8444b6b3be
|
Merge pull request #298 from JanEggers/transports
new Transports for AspnetCore 2.1
|
6年前 |
Christian Kratky
|
baac26c5f6
|
Refactor package deserialization.
|
6年前 |
Christian Kratky
|
56e9e15ac0
|
Refactor Serializer memory usage.
|
6年前 |
Christian Kratky
|
beb54acc2f
|
Refactor serializer benchmark to allow fair comparisons.
|
6年前 |
JanEggers
|
d573423372
|
downgrade dependencies to 2.0
|
6年前 |
JanEggers
|
410bc211a5
|
fixed packet reader
|
6年前 |
JanEggers
|
e65c3f2f2b
|
moved files into the correct place
|
6年前 |
JanEggers
|
cf947415e8
|
enable abort exceptions
|
6年前 |
JanEggers
|
c32a606a70
|
add memory diagnoser
|
6年前 |
JanEggers
|
78c6059668
|
enabled clients based on tcp to benefit from new api and added Benchmark for EndtoEnd with new API
|
6年前 |
JanEggers
|
7c2adf636f
|
removed dead code and make new connection context an opt in so kestrel 2.0 still works
|
6年前 |