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

made windows BLE device disposable to allow control of freeing resources #448

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

h2oboi89
Copy link

Addresses #446

I pared the code down to just the Windows code when i forked this to get it working in my other code, so not sure if applying the IDisposable the way I did makes the other OS's happy.

Copy link

@michallesniak michallesniak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is really important change as this improved the disconnection times on the Windows - you forgot about declaring disposedValue field. Also stick to the style of the class and to the convention and name it _disposedValue, please (or even better - name it _disposed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants