Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Can't receive more than 64KB data using socket from a server socket to hololens's C# client socket

Hello guys,

I'm there because i'm developping an application who require to receive a lot more than 64KB data. In fact, everytime i'll try to send data ( basically a string) from a server to the hololens's client C# socket using TCP connection, my hololen's application literally crash. Here's some test i did :
If i send a string of 63,9990234375 KB length, hololens's application crash. ( exactly 64KB - 1 character)

If i send a string of 63.998046875 KB length, everything works perfectly. (exactly 64KB - 2 character)

So i ask you : Is it come from CPU cache limit ? Is it possible to increase/delete this limitation ?

Tagged:
Sign In or Register to comment.