-
Notifications
You must be signed in to change notification settings - Fork 43
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
Compatibility with WebIO 0.6 #71
Comments
Close? |
Actually, no :-/. WebIO v0.7 is actually just WebIO v0.4.3 again (essentially reverting v0.6). There are more changes in the pipeline (which will become WebIO v0.8), but I haven't adapted to them yet. So, I guess since we're never going to support WebIO 0.6, we could close this, but perhaps we should just rename it to whatever the actual version of WebIO we care about is... |
Oh I see, thanks. |
Closing in favor of webio 0.8 support |
Looks like WebIO 0.6 breaks MeshCat a little bit. Basic visualizations seem to work, but:
wait(vis)
blocks foreveriframe(vis)
throws a MethodErrorAll of these look like cases where I was digging around inside the internals of WebIO, so I'm not too surprised.
The text was updated successfully, but these errors were encountered: