Open
Description
Python on Windows doesn't expose the MSG_WAITALL
symbol in the socket module, which is used in the rcon observer. We can either force it by using 0x08
on Windows, or refactor the socket code to work around it.
Also the Windows builders are down, @eminence .