-
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
UndefVarError: Server not defined #85
Comments
At master version, Mux require both Http and Websockets. The last just switched to using the latest version of http. Did you just update? In order to use one version of http, the best way of importing symbols to Mux may be through Websockets. |
I just updated a few hours ago, I was getting the error when calling Blink.jl which depends on Mux. |
It used to be that HTTP.Servers exported the symbol Server, but it looks like this is no longer the case in the new release. You can fix the problem by using a local version of Mux with |
Thanks this worked. It seems like #84 will fix it. |
I have the same issue as OP and experience this on Unix. Mux is a dep of a package I'm developing and have submitted to METADATA.jl for registration. This issue is causing my package to fail to precompile. Is this something that can be fixed soon in the stable version? |
As mentioned above, #84 will fix this, and I imagine a new version will be tagged promptly afterwards. |
Fixed by #86 |
I am getting the following precompilation error on julia 1.1 with v0.6.0
Any idea on how to fix this? Thanks
The text was updated successfully, but these errors were encountered: