Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed IDisposable from MqttClientConnection class. #1288

Merged
merged 1 commit into from Nov 11, 2021

Conversation

SeppPenner
Copy link
Collaborator

Fixes the issue from #1284.

@SeppPenner SeppPenner added bug Something isn't working feature-request New feature or request labels Nov 8, 2021
@SeppPenner SeppPenner self-assigned this Nov 8, 2021
@SeppPenner
Copy link
Collaborator Author

Fixes #1292.

@chkr1011
Copy link
Collaborator

@SeppPenner I think this is the same as #1284 right?

@SeppPenner
Copy link
Collaborator Author

@SeppPenner I think this is the same as #1284 right?

Yes, with the difference that I completely removed the IDisposable as you suggested. Just didn't want to add it directly to not break anything.

@chkr1011
Copy link
Collaborator

Thank you for your contribution. Good work.

@chkr1011 chkr1011 merged commit 258df6b into master Nov 11, 2021
@SeppPenner SeppPenner deleted the Connection-Remove-Dispose branch November 12, 2021 07:03
chkr1011 added a commit that referenced this pull request Nov 13, 2021
commit 2d94abd
Author: Christian <christian.kratky@googlemail.com>
Date:   Sat Nov 13 10:09:59 2021 +0100

    Update MQTTnet.nuspec

    Update docs.

commit f0ea13c
Author: logicaloud <47704763+logicaloud@users.noreply.github.com>
Date:   Sat Nov 13 22:05:54 2021 +1300

    Fix MQTT 3.1.1 session persistence when CleanSession=1 (#1294)

commit 47cd5aa
Author: Volker Milbrandt <milbrandt@users.noreply.github.com>
Date:   Sat Nov 13 10:02:55 2021 +0100

    test ResultCode for invalid credentials (no userName but password) (#1270)

    fix order of parameters in exceptions AreEqual(expected, actual)

commit 258df6b
Author: HansM <HansM2013@gmx.de>
Date:   Thu Nov 11 20:10:35 2021 +0100

    Removed IDisposable from MqttClientConnection class. (#1288)

commit 85c3c0b
Author: SeppPenner <HansM2013@gmx.de>
Date:   Mon Nov 8 08:50:59 2021 +0100

    MQTTnet.noUWP.sln: Removed no longer present MQTTnet.Server project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature-request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants