[xSocket-develop] onConnect get's called with old connections
Status: Inactive
Brought to you by:
grro
|
From: Christiaan W. <cwi...@te...> - 2010-12-23 18:29:02
|
I've build a fairly complex system using Xsocket using a nonblockingconnection. This works for the most part. But sometimes, I get strange results. It seems like connections het mixed up. I get calls to onConnect with closed connections, as if these are old. a call to getRemoteAddress() return null in that case. The big problem is that I can't reproduce this... It just happens suddenly, and keeps on gooing on until all connections are disfunctional. Any idea? Kind regards, Christiaan Willemsen |