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
> I am receiving this exception from Channel.postFrame, line 756:
>
>
>
> org.beepcore.beep.core.Session.terminate: Incorrect message number: was 6;
> expecting 5.
Probably a bug, is it reproducible and if so can you provide a description
of how to reproduce it?
Thanks,
--Huston