Just started to play around with ZeroMQ in Unity3D using the pure C# implentation NetMQ, but I stumpled over this exception when binding the server:

SocketException: The operation completed successfully.

You can prevent this by just running following command on startup:

AsyncIO.ForceDotNet.Force();