JanBoonen / TwsApiCpp

Improved TWS API POSIX C++ library for the Interactive Brokers (IB) TWS (same project as TwsApiC++ in Yahoo TWSAPI).
106 stars 56 forks source link

EPosixClientSocket now gracefully handles EINTR #19

Open FarFetchd opened 4 years ago

FarFetchd commented 4 years ago

Needed to allow a program compiled with -pg for gprof to run without its sockets breaking.