-
Notifications
You must be signed in to change notification settings - Fork 67
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
@ sync broken on julia 1.0 #73
Comments
@abannsunny This is fixed in #71 using |
Status using fetch(serve(app, 7777)) still exits out. Am I missing something? this is my code.
|
@abannsunny PR not merged yet. |
In the mean time, until the PR is closed, you can put This should work:
|
on julia 1.0 even after defining @sync serve(app, 8000) julia just exits right away after the server is started.
but if i run the script file in the REPL it doesn't exit and the server keeps listening to the defined port.
I switched to julia-0.6.2 and it works as expected.
Thank you
The text was updated successfully, but these errors were encountered: