UDP Receive Frequency Limit

Yes I did use Wireshark to verify that the packets are going out.

I also whipped up a quick iPhone app and sent the data to my iPhone instead. I received every packet.

I tried the theory of calling my udpParse() 12 times per loop and saw no noticeable difference. Also, I have tried manual mode and turning off the cloud connection as soon as i start receiving data. There seems to be a small performance gain. Maybe 10%. But I’m still seeing the packets only being dropped after the 6 universe/packet.

I did find this comment while scouring around: Strange UDP bug And it mentions 7 sockets. Not sure what that means but 7 is the number I’m running into problems with. Is there some inherit limit on the photon that has to do with 7? Just spitballing here.

Thanks,
James