-
Notifications
You must be signed in to change notification settings - Fork 10
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
task does not complete if saisei() is called before launching the server #47
Comments
When I run this, this is because dispatcher doesn't load. I haven't investigated why yet, but if you simply use the launcher instead of callr, e.g.: launch(sprintf("mirai::server(url ='%s',asyncdial=FALSE)", socket)) It works for me. I am guessing 'socket' is not being passed correctly in |
True, yes, my original error happened because |
I wonder if it is the socket locking mechanism - let me add another argument for that (off by default) so we can easily test it. |
Try 8c77acb I reverted a session finaliser I added. I also got a weird segfault running |
Thanks for working on this. I tried that commit of |
Right beneath your highlighted line, I see a reference to "status_online", which is now just "online". |
I like the new names, it's not much trouble to make the switch in |
As I work on wlandau/crew#61, I notice that my tasks do not complete if the socket is switched with
saisei()
before the server connects.The text was updated successfully, but these errors were encountered: