-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Broadcast interface? #1009
Comments
That was only an idea on how to improve broadcast performance. The idea was to make |
What`s return frameMessage? outputBuffer or data ? |
There is no |
But how to get frame for send all clients? i don`t understand and sorry for my bad english. |
There is no way now unless you build the frame yourself. You can read here how data framing works or extract the logic from Hope this makes sense. |
Closing as we already have another open issue for this. |
#617
And what`s frame? Array?
const frame = frameMessage(1, 'message', true, true, true, false);
The text was updated successfully, but these errors were encountered: