Hello
im using the ofxNetwork tcp addon in a project but sometimes when i close my client app the server starts throwing a lot of messages and stop accepting new connections , it looks to me like is not closing properly the connection but to be honest i dont understand the code of ofxTCPManager.cpp
I think that’s because the client doesn’t send a finish message and the connection just times out. I’m surprised no one on Windows has run into this before though?
thanks,
im using my own java app to connect to the c++ tcp server so i guess the error doesnt occours when using the tcp client addon of openframeworks.