Hi all,
I'm noticing some very strange behavior from Xamarin Studio on my Mac. mtbserver
, Xamarin's build server, always takes up 100% of one core and accepts TCP connections on port 5000 from random computers all over the world -- even when Xamarin Studio is not running.
If I kill it, it comes back after a few minutes to an hour. My current solution: When I am not running Xamarin Studio, I am use a shell script that kills mtbserver
when it runs.
Screenshot attachment: mtbserver
accepts a connection from some guy's PC in China.
Has anyone else seen this happen?