Skip to content

Tags: xamarin/mqtt

Tags

v0.6.0-beta

Toggle v0.6.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.6.0

Toggle v0.6.0's commit message
Formatted changed files

v0.5.0-beta

Toggle v0.5.0-beta's commit message
Initial 0.5.0 beta, after SDK-style migration and new versioning scheme

v0.3.0

Toggle v0.3.0's commit message
Fixed bug on Connect Flow

- For the particular case where the user session was preserved on connection (by using CleanSession = false) and there were pending messages to deliver by the Broker (pending Publish or Ack messages),
then the Server Connect Flow was failing because the pending messages were sent before the Connect Ack, which is a violation of the MQTT protocol, where it says that the first message that the Server must send is a Connect Ack

- Added a proper Unit Test to detect and cover this case

v0.2.63

Toggle v0.2.63's commit message
Changes on transport layer

- Removed dependency over ReactiveSockets
- Added TcpChannel as an adapter of TcpClient to replace ReactiveSocket
- Applied Disposable pattern over all the Channel implementations

v0.2.0-alpha

Toggle v0.2.0-alpha's commit message
Fix references to resolve always to $(SolutionDir)

v0.1.0

Toggle v0.1.0's commit message
Initial version