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

Payload truncated in RequestResponse #12

Open
deepzach opened this issue Apr 24, 2020 · 2 comments
Open

Payload truncated in RequestResponse #12

deepzach opened this issue Apr 24, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@deepzach
Copy link

deepzach commented Apr 24, 2020

During the RSocketClient initialisation, I have defined the Responder as Follows:

public async ValueTask<(ReadOnlySequence Data, ReadOnlySequence Metadata)> RequestReponseListner((ReadOnlySequence data, ReadOnlySequence metadata) value)

What i observe is that, the data gets truncated beyond ~1800 bytes.

@OlegDokuka
Copy link
Member

@deepzach can you please provide a runnable sample to reproduce that?

@deepzach
Copy link
Author

deepzach commented Jul 23, 2020 via email

@OlegDokuka OlegDokuka added the bug Something isn't working label Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants