Christian
799005803e
Merge pull request #869 from dominikviererbe/feature/MqttClientUnsubscribeOptionsBuilder
Added MqttClientUnsubscribeOptionsBuilder
hace 4 años
Dominik Viererbe
a20c845a5a
Update MQTTnet.nuspec
hace 4 años
Dominik Viererbe
5f59aca62c
Added MqttClientUnsubscribeOptionsBuilder analogous to MqttClientSubscribeOptionsBuilder
hace 4 años
HansM
76ddf8c503
Merge pull request #852 from cdobler/check-"Keep-Alive"-while-other-messages-are-sent-#851
Added receiveTracker to detect whether messages are received from broker.
hace 4 años
Christoph
122034296c
Merge branch 'develop' into check-"Keep-Alive"-while-other-messages-are-sent-#851
hace 4 años
Christian
6f71aaf1ce
Merge pull request #868 from wazzamatazz/master
Add .NET 3.1 target
hace 4 años
Graham Watts
fd8caed9af
Add .NET 3.1 target
Add .NET Core 3.1 target that uses ASP.NET Core framework reference instead of NuGet package references
hace 4 años
Christoph
313f90a526
Added receiveTracker to detect whether messages are received from broker.
hace 4 años
Christian Kratky
4d27f42e72
Merge remote-tracking branch 'origin/develop' into develop
hace 4 años
Christian
8ae318fd5c
Merge pull request #838 from jimsch/connectErrors
Allow access to full packet on failed connect
hace 5 años
Jim Schaad
7dde2f1f4c
Change variable name per review request
Change the name of the variable from requestCode to request
hace 5 años
Christian Kratky
49c5278ba0
Merge branch 'master' into develop
hace 5 años
Christian Kratky
ce51d12a03
Update SDK versions.
hace 5 años
Jim Schaad
b1559a8fa5
Correct to print right result
Lost a change while moving from my developement branch to here.
hace 5 años
Jim Schaad
457143c840
Merge branch 'develop' into connectErrors
hace 5 años
Christian
c60bf51b1e
Merge pull request #839 from JanEggers/develop
bugfixes
hace 5 años
JanEggers
630400da53
avoid task.run on newer platforms
hace 5 años
JanEggers
a152066ed3
fixed managed client so it does not send disconnect packet when disposed
hace 5 años
JanEggers
138cd16c8d
fixed compilation
hace 5 años
JanEggers
27a61819d3
removed unused code
hace 5 años
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.
hace 5 años
Jim Schaad
d4088420cf
Return correct set of user properties
Return the response not the request set of user properties
hace 5 años
Christian
2e7d074174
Merge pull request #833 from JanEggers/bugfixes
Bugfixes
hace 5 años
JanEggers
328ffc734f
dont allow publish before the client is started and adjusted testclient accordingly
hace 5 años
Christian
8ecf658059
Update MQTTnet.nuspec
hace 5 años
Christian
7b25c6f274
Merge pull request #836 from PMExtra/develop
Support existing session with ManagedMqttClient.
hace 5 años
PMExtra
069c19aab9
Support existing session with ManagedMqttClient.
hace 5 años
Christian
35e729bd7b
Merge pull request #826 from fogzot/develop-iretainedmesagesmanager
Added IMqttRetainedMessagesManager
hace 5 años
JanEggers
ac06a001e2
fixed some warnings
hace 5 años
JanEggers
a77e0b8dde
spread dispose pattern
hace 5 años
JanEggers
698f0b66d2
fixed object disposed exception on netfx fixing #803 #733 #728 #486 #158
hace 5 años
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
hace 5 años
Federico Di Gregorio
3600ebbc62
Create default MqttRetainedMessagesManager in options
hace 5 años
Federico Di Gregorio
55676965d9
Use IList in IMqttRetainedMessagesManager return values
hace 5 años
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.
hace 5 años
Christian Kratky
624fafc662
Update nugets.
hace 5 años
Christian
23e93212a4
Merge pull request #800 from stepkillah/develop
Replace raw bytes with x509 certificate to allow specify passwords and flags #2
hace 5 años
Anton Yaroshenko
f9b2c91ddb
merged
hace 5 años
Anton Yaroshenko
9fb1cc3320
added UWP compiler flags
hace 5 años
Christian Kratky
1c89a8bc75
Update docs.
hace 5 años
Christian Kratky
8be9ce8024
Merge remote-tracking branch 'origin/develop' into develop
hace 5 años
Christian
002ba27fd3
Merge pull request #799 from chkr1011/revert-798-master
Revert "Replace raw bytes with x509 certificate to allow specify passwords and flags"
hace 5 años
Christian
9aaa94e821
Revert "Replace raw bytes with x509 certificate to allow specify passwords and flags"
hace 5 años
Anton Yaroshenko
e8ff48bfd3
Revert "blind uwp fix"
This reverts commit ac326babdf
.
hace 5 años
Anton Yaroshenko
5db05f186f
Revert "replace raw byte with x509 certificate to allow specify passwords"
This reverts commit a38623cb5a
.
hace 5 años
Christian
b2c2209b4f
Update MQTTnet.nuspec
hace 5 años
Christian
c490e83c91
Merge pull request #798 from stepkillah/master
Replace raw bytes with x509 certificate to allow specify passwords and flags
hace 5 años
Anton Yaroshenko
ac326babdf
blind uwp fix
hace 5 años
Anton Yaroshenko
a38623cb5a
replace raw byte with x509 certificate to allow specify passwords
hace 5 años
Christian Kratky
a63489fa5e
Update docs.
hace 5 años