gitzko
gitzko
Any way of going forward with an important legacy Visual Studio 2013 Win32 application expecting a static lib?
Which exception will it throw when the RabbitMQ server goes down? Like when one of the RabbitMQ nodes in the cluster goes down for patching?
The issue in this case was with Windows Server DNS cache service, this helped: ``` New-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name MaxCacheTtl -Value 0 -Type DWord New-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters' -Name MaxNegativeCacheTtl -Value...
This is the proper CMAKE command in my case: `cmake -G"Visual Studio 12 2013" -A Win32 ..`