We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug readAuthMessage passes Y.Doc instance to permissionDeniedHandler (or whatever you gave it as the second argument) But permissionDeniedHandler in y-websocket.js thinks it will be a provider https://github.com/yjs/y-websocket/blob/master/src/y-websocket.js#L62
readAuthMessage
permissionDeniedHandler
y-websocket.js
To Reproduce Steps to reproduce the behavior:
Permission denied to access undefined
Expected behavior See Permission denied to access <URL> or smth in logs
Permission denied to access <URL> or smth
Huly®: YJS-528
The text was updated successfully, but these errors were encountered:
8c04e0a
Thanks, I fixed this. This will be included in the next release.
Sorry, something went wrong.
dmonad
No branches or pull requests
Describe the bug
readAuthMessage
passes Y.Doc instance topermissionDeniedHandler
(or whatever you gave it as the second argument) ButpermissionDeniedHandler
iny-websocket.js
thinks it will be a provider https://github.com/yjs/y-websocket/blob/master/src/y-websocket.js#L62To Reproduce Steps to reproduce the behavior:
Permission denied to access undefined
in logsExpected behavior See
Permission denied to access <URL> or smth
in logsHuly®: YJS-528
The text was updated successfully, but these errors were encountered: