You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Oleh,
We are consuming the .net library from client side...
If u send message from server to client which is greater than 16KB, I got
this truncation issue...
I also feel this could be due to the changes we made to support passing
header values while initiating connection to server....
In any case, can u try passing a large payload from server (Java) to client
(.net). Thr payload size should be > 16 Kb...
Also, we are using the request response methods....
Regards,
Deep Zach
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.
The text was updated successfully, but these errors were encountered: