-
Notifications
You must be signed in to change notification settings - Fork 570
RangeError when using EventSource with vendored dependencies #537
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
Comments
I forgot to mention that other GopherJS code works fine, so I do not think that it is an exact dup. |
Yes, I think this is a duplicate of #415, since:
Vendoring GopherJS is currently not supported and may manifest in various errors. #415 tracks the issue of supporting vendoring. |
@jraedisch, if that makes sense to you, let's close this issue for now. Once #415 is resolved, this should be resolved as well. If not, we can re-open it and investigate. |
Yes, fully agreed, we should resolve it partially by at least documenting that limitation in the README. A single sentence would be fine. |
Will fail in
$internalize case $kindStruct
when GopherJS and js/util are vendored:Without vendoring, everything works fine.
You can create a simple EventStream like this (in case you don't have one lying around):
The text was updated successfully, but these errors were encountered: