Jim Schaad
7dde2f1f4c
Change variable name per review request
Change the name of the variable from requestCode to request
há 5 anos
Jim Schaad
b1559a8fa5
Correct to print right result
Lost a change while moving from my developement branch to here.
há 5 anos
Jim Schaad
457143c840
Merge branch 'develop' into connectErrors
há 5 anos
Christian
c60bf51b1e
Merge pull request #839 from JanEggers/develop
bugfixes
há 5 anos
JanEggers
630400da53
avoid task.run on newer platforms
há 5 anos
JanEggers
a152066ed3
fixed managed client so it does not send disconnect packet when disposed
há 5 anos
JanEggers
138cd16c8d
fixed compilation
há 5 anos
JanEggers
27a61819d3
removed unused code
há 5 anos
Jim Schaad
9c378fb088
Provide the full ACK on a connection failure
There are some systems that return information on a failed exception and thus the client wants access to the full set of ACK information. Specifically the user properties.
há 5 anos
Jim Schaad
d4088420cf
Return correct set of user properties
Return the response not the request set of user properties
há 5 anos
Christian
2e7d074174
Merge pull request #833 from JanEggers/bugfixes
Bugfixes
há 5 anos
JanEggers
328ffc734f
dont allow publish before the client is started and adjusted testclient accordingly
há 5 anos
Christian
7b25c6f274
Merge pull request #836 from PMExtra/develop
Support existing session with ManagedMqttClient.
há 5 anos
PMExtra
069c19aab9
Support existing session with ManagedMqttClient.
há 5 anos
Christian
35e729bd7b
Merge pull request #826 from fogzot/develop-iretainedmesagesmanager
Added IMqttRetainedMessagesManager
há 5 anos
JanEggers
ac06a001e2
fixed some warnings
há 5 anos
JanEggers
a77e0b8dde
spread dispose pattern
há 5 anos
JanEggers
698f0b66d2
fixed object disposed exception on netfx fixing #803 #733 #728 #486 #158
há 5 anos
JanEggers
14419e4d63
fixed clients overlapping from one test to another by:
- adding client and server wrappers to verify the clientid starts with the testname
- adding disposable baseclass
- clear disconnect handler from client so it does not try to reconnect after it is disposed
- moved code from dispose to cleanup in case it is called in a stop method as dispose may only be called once while start / stop may be called multiple times
há 5 anos
Federico Di Gregorio
3600ebbc62
Create default MqttRetainedMessagesManager in options
há 5 anos
Federico Di Gregorio
55676965d9
Use IList in IMqttRetainedMessagesManager return values
há 5 anos
Federico Di Gregorio
f949d54aef
Added IMqttRetainedMessagesManager
* Added interface IMqttRetainedMessagesManager to allow for different
retained messages manager implementations. The interface copies almost
exactly the current MqttRetainedMessagesManager implementation.
* Added IMqttRetainedMessagesManager.Start() to configure the provided
IMqttRetainedMessagesManager outside the constructor. This method returns
Task because some implementations that use external storage may be slow on
initialization (e.g., connect to a database).
* Modified MqttRetainedMessagesManager to implement new interface.
há 5 anos
Christian Kratky
624fafc662
Update nugets.
há 5 anos
Christian
23e93212a4
Merge pull request #800 from stepkillah/develop
Replace raw bytes with x509 certificate to allow specify passwords and flags #2
há 5 anos
Anton Yaroshenko
f9b2c91ddb
merged
há 5 anos
Anton Yaroshenko
9fb1cc3320
added UWP compiler flags
há 5 anos
Christian Kratky
1c89a8bc75
Update docs.
há 5 anos
Christian Kratky
8be9ce8024
Merge remote-tracking branch 'origin/develop' into develop
há 5 anos
Christian
002ba27fd3
Merge pull request #799 from chkr1011/revert-798-master
Revert "Replace raw bytes with x509 certificate to allow specify passwords and flags"
há 5 anos
Christian
9aaa94e821
Revert "Replace raw bytes with x509 certificate to allow specify passwords and flags"
há 5 anos
Anton Yaroshenko
e8ff48bfd3
Revert "blind uwp fix"
This reverts commit ac326babdf
.
há 5 anos
Anton Yaroshenko
5db05f186f
Revert "replace raw byte with x509 certificate to allow specify passwords"
This reverts commit a38623cb5a
.
há 5 anos
Christian
b2c2209b4f
Update MQTTnet.nuspec
há 5 anos
Christian
c490e83c91
Merge pull request #798 from stepkillah/master
Replace raw bytes with x509 certificate to allow specify passwords and flags
há 5 anos
Anton Yaroshenko
ac326babdf
blind uwp fix
há 5 anos
Anton Yaroshenko
a38623cb5a
replace raw byte with x509 certificate to allow specify passwords
há 5 anos
Christian Kratky
a63489fa5e
Update docs.
há 5 anos
Christian Kratky
4b7409240b
Merge remote-tracking branch 'origin/develop' into develop
há 5 anos
Christian Kratky
896e9ed0aa
Add interceptor for unsubscriptions.
há 5 anos
Christian
0950dfbb8b
Merge pull request #786 from llrosa/debugFixClientId
Fix for #785 - Skip client disconnection process if unauthorized
há 5 anos
Lucas Rosa
4105beb7e6
Some more cleaning up:
há 5 anos
Lucas Rosa
5c25905510
Clean up
há 5 anos
Lucas Rosa
e3f6b579b2
Working PoC
há 5 anos
Lucas Rosa
c467c9c818
Debugging duplicated client id issue
há 5 anos
Christian Kratky
78b57531b6
Update docs.
há 5 anos
Christian
84d9f533bd
Merge pull request #782 from cstichlberger/develop
Reduce subscription publishing loglevel in ManagedMqttClient
há 5 anos
Christoph Stichlberger
7479e320ee
Turn subscription publishing loglevel down
- the Info level for publishing subscriptions is quite noisy
- previously this wasn't a problem because subscription processing was buffered, now the message is logged for nearly every single un/subscription that is made
- all other frequently recurring log events are also on level Verbose
há 5 anos
Christian Kratky
152303dfbd
Update docs.
há 5 anos
Christian
a495668f2b
Merge pull request #776 from cstichlberger/branches/fix_managed_client_subscription_issues
Separate current and reconnect subscriptions in managed client
há 5 anos
HansM
82b714d4c7
Merge pull request #777 from cstichlberger/develop
Adapt test assembly paths in buildscript
há 5 anos