[xSocket-develop] Problem using xSocket with SSL support
Status: Inactive
Brought to you by:
grro
|
From: Josselin A. <jos...@gm...> - 2007-09-25 09:13:19
|
Hello I currently have an issue while trying to use xSocket with SSL support. All my tests have been done using a really simple test server, to ensure the issue is not a consequence of my own code. Everything works fine when SSL is disabled, but when SSL is enabled, the server never enters its onData callback, whereas there is no problem with the onConnect and onDisconnect callbacks... And from time to time, i meet an "ATTENTION: exception occured while processing. Reason java.lang.OutOfMemoryError: Java heap space" error message on the server debug console... Is it a known issue with xSocket ? Does anybody have a clue to help solving this problem ? Thank you, Josselin Auguste |