Relative Content

Tag Archive for c++macos

C# Not receiving network messages when sent back to back

I’m having difficulty receiving messages on the network when they are sent in quick succession. I can see the messages in wireshark so they are getting out, but my code is hanging reading the message. Below is a simple version of my code that demonstrates the problem:

Sleep system call very broken on MacOSX

I’m trying to run a service on my Mac Mini M1. But it has unexplained random delays from few seconds to 20 minutes many times during the day. It works perfectly on linux.