-
Notifications
You must be signed in to change notification settings - Fork 84
fix onListen for 0 queued isolates #78
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
Conversation
Fix `onListen` when there are no queued isolates. This can happen for example when hot-reloading.
@joachimvalente is this a fix the same issue that I am getting when I hot reload?
|
@rmawatson how are you? Could you please review this PR? |
Hi @ened you're best to ask @nmfisher as he maintains this project. |
Hi all - I am aware of this, just very busy at the moment. I'll try and merge this weekend. |
@nmfisher fantastic! For anyone waiting on this PR (@guymclean), you can modify your
|
Nice one, thanks guys! |
Thanks @joachimvalente |
Fix
onListen
when there are no queued isolates. This can happen for example when hot-reloading.