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

net/ev: Cleaned up unused NetStateConnect, fixed janet_async_end() ev refcount #1325

Merged
merged 1 commit into from Nov 10, 2023

Conversation

zevv
Copy link
Contributor

@zevv zevv commented Nov 10, 2023

Not sure if this makes proper sense, needs some review.

This cleans up the unused NetStateConnect state in the connect state machine, but not allocating any state to pass to janet_async_start() hung my janet at cleanup time; I believe the refcount dec should not depend on state of evdata

@bakpakin
Copy link
Member

LGTM as it has passed CI, so it is working on windows

@bakpakin bakpakin marked this pull request as ready for review November 10, 2023 21:01
@bakpakin bakpakin merged commit f459e32 into janet-lang:master Nov 10, 2023
8 checks passed
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.

None yet

2 participants