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

Stack Overflow #747

Open
daviaudcervval opened this issue Mar 27, 2024 · 2 comments
Open

Stack Overflow #747

daviaudcervval opened this issue Mar 27, 2024 · 2 comments

Comments

@daviaudcervval
Copy link

daviaudcervval commented Mar 27, 2024

Hello, It's very simple to reproduce. Just create a server and a client and send a byte array of 100MB from the server to the client (100MB it's a random size choosen, it juste have to be a large byte array around 10 MB or more)

image

.net 6 or .net 8 same error occurs. I'm using visual studio 2022.

@Khawla-El-Mazougui
Copy link

Hello, I deal with the same problem, did you find a solution for this error ?
If you found it. please let me know how.
Thank you

@daviaudcervval
Copy link
Author

daviaudcervval commented Jul 4, 2024

Hi, I didn't have much time to work on it sadly. I used a workaround, by limiting the data transfer rate using an asynchronous function (you can also use a thread) that controls que quantity of data send per seconds, split the byte array to send in smaller ones, and reassemble the complete array client side. But at the end i came back to .net 4.8 to get rid of any problems, and because it was no relevant for me to use .net 6 and more.

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

2 participants