[xSocket-develop] receive data outsite onData method
Status: Inactive
Brought to you by:
grro
|
From: quan n. h. <hu...@gm...> - 2010-01-13 04:39:29
|
hi i have a thread using INonBlockingConnection outsite xSocket thread to send & receiving data with client (my program is server). it send ok, but when receive data, it throw exception: java.io.BufferUnderflowException (because it conflict with onData thread of xSocket ??) i try add ConnectionUtils.synchronizedConnection method but it still throw error. any suggest? thanks -Quan |