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

Refactor serial transport to avoid event callbacks #66

Merged
merged 2 commits into from
Jul 7, 2023

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Jul 5, 2023

Following on developments from bonsai-rx/bonsai#1444 this PR refactors the serial transport layer to avoid event callbacks. This has the advantage of both eliminating dispose deadlocks and making all Harp interfaces compatible with Mono, e.g. for running on Linux desktop, Raspberry Pi, Unity3D, etc.

Fixes #62

@glopesdev glopesdev added the fix Pull request that fixes an issue label Jul 5, 2023
@glopesdev glopesdev added this to the 3.5 milestone Jul 5, 2023
@glopesdev glopesdev merged commit 5f0a8b9 into bonsai-rx:main Jul 7, 2023
@glopesdev glopesdev deleted the issue-62 branch July 7, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cancellation of Device subscription hangs following asynchronous completion or error
1 participant