[Beepcore-java-users] Beep exception about message number
Status: Beta
Brought to you by:
huston
From: Serge A. <sA...@in...> - 2002-09-02 12:57:57
|
I am receiving this exception from Channel.postFrame, line 756: org.beepcore.beep.core.Session.terminate: Incorrect message number: was 6; expecting 5. Is it a bug? code: if (frame.getMsgno() != mstatus.getMsgno()) { throw new BEEPException("Incorrect message number: was " + frame.getMsgno() + "; expecting " + mstatus.getMsgno()); } Serge |