fsantagostinobietti

Results 3 comments of fsantagostinobietti

The same problem in my Win10. Uploaded config.h.ini and config.h found in my installation. Hope this helps. [config.h.in.txt](https://github.com/goccy/go-graphviz/files/7795969/config.h.in.txt) [config.h.txt](https://github.com/goccy/go-graphviz/files/7795970/config.h.txt) n

Solved using **MinGW-W64** toolchain found at: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-win32/seh/x86_64-8.1.0-release-win32-seh-rt_v6-rev0.7z Now it compiles without linking errors, but I don't know how it differs from the other toolchains.

hi @coiouhkc one year later I had the same issue with IBM MQ. Looking to [IBM docs](https://www.ibm.com/docs/en/ibm-mq/9.3?topic=messaging-mqconnectionfactory) I realised that MQ client actually has an automatic reconnect option: `MQConnectionFactory.setClientReconnectOptions(WMQConstants.WMQ_CLIENT_RECONNECT)` So,...