-
Notifications
You must be signed in to change notification settings - Fork 100
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
rsocket can not run in browser #280
Comments
|
this is also a problem in in 1.0.0-alpha.3 I've had to add it in a polyfill.ts `import { Buffer } from 'buffer'; window.Buffer = Buffer; but I still cannot get it working as I'm getting a "No handler for destination ''" warning and I'm not sure if it's a problem with the way the buffer is encoding the route. actually, this is a duplicate of #267 |
@SoylentTheGreen Thanks for your reply. It looks like this project is not actively developed |
Hey y'all, for Apologies that I cannot speak much to the |
The text was updated successfully, but these errors were encountered: