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 How to send byte data ?
I'm trying to send byte data(which is audio data) using socket IO. but get error
Unhandled Exception: Invalid argument: TypedDataView(cid: 147)
ByteBuffer _buffer = data.buffer; ByteData _byteData = _buffer.asByteData(); _socketIO?.emitWithAck('eventName', [_byteData]);
Have you tried reproducing the issue with example available in this repo? No
The text was updated successfully, but these errors were encountered:
tiholic
No branches or pull requests
Describe the bug
How to send byte data ?
I'm trying to send byte data(which is audio data) using socket IO. but get error
Have you tried reproducing the issue with example available in this repo?
No
The text was updated successfully, but these errors were encountered: