jiggersplat
jiggersplat
I just spent an hour figuring out that i can't add an option with short_name="-h" because it is already used by the default help option. OptionAlreadyAdded was a total red...
Ditto for 1.68.0. Visual Studio 16 2019.
I have not had a chance to try it with the latest version. The change making the socket class final forced some refactorization that I have not had the time...
Maybe I'm doing something wrong... here's the code I'm running with 0.4.3-SNAPSHOT. It seems like I probably need to set Relaxed and Correlated on the reply socket as well, but...
Doh. May have been a copy-paste error, but I will check and make sure I have the correct endpoints when I get a chance. Yes, the thread is simulating a...
It is still not behaving as I expect, although it could be that my expectations are wrong. The second call to recv() now returns null. I ran it through the...
No, it is not part of normal behavior. I was hoping to use these features to recover from unexpected disconnects in the middle of a req/rep cycle without using timeouts...
I was able to get the behavior I want for the most part using a separate conanfile.py for 1.x and 2.x installations, doing some version checking in CMake, using the...