[Beepcore-java-users] multiple messages
Status: Beta
Brought to you by:
huston
From: De K. SJ <136...@su...> - 2002-12-23 08:43:22
|
Hi, =20 I have been testing beep by flooding the session with messages and get = SEVERE errors. I use a message listener that just sends a string back. = On the sending peer's side I register the NullReplyListener. I do not = wait until I have recieved reply before I sending the next message. = After a few messages have been sent then I get a error SEVERE: Incorrect message number: was 16; expection 1 Is it correct to assume that I can send miltiple messages on a single = channel without waiting for a reply between every message? =20 If I don't send any reply back then the error does not occur. =20 I have attatched a demo program to illistrate the problem. =20 Thanks, Sean de Kock =20 Files: bombClient.java (package: org.beepcore.beep.example) - client bombServer.java (package: org.beepcore.beep.example) - server TestBombProfile.java (package: org.beepcore.beep.profile.test) - = profile |