Skip to content
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

Sending large chunks of data #614

Open
floatpointer opened this issue Jun 9, 2020 · 0 comments
Open

Sending large chunks of data #614

floatpointer opened this issue Jun 9, 2020 · 0 comments

Comments

@floatpointer
Copy link

I'm currently creating a client that tries to send a large chunk of data (a PDF as a Base64 encoded string). I do manage so send a small string using the send method. But it fails with ""The sending has been interrupted." when trying to send the PDF (using myClient.Send(string) ).

I've also managed to create a server (using websocket-sharp) that when requested by a client returns the PDF using the Send method and this works without any issues.

I've also tried using the SendAsync without any success...

Any pointers? I assume that there's some limitation in the client's send capabilitites?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant