|
From: Camille T. <ca...@os...> - 2011-09-28 17:46:59
|
Hi Stephen, Hi everybody reading the list, I was testing TCP and found something that looks like a problem, at least, I'm not sure how to solve it. The way to reproduce it is easy: - start a OSC TCP server on port 8000. - send messages from a client on the server. - close the server. - try start the server again, it won't because the socket is already in use. It looks like the client got hold of the socket and the server can no more bind to it. I think there must be a problem in Liblo, can you please tell me if you can reproduce that issue, and perhaps help me find a solution? Thanks, Cam |