From fe18fefabce1c95f918ac3ef2fcbe0889074990b Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 5 Jun 2002 16:21:09 +0000 Subject: Mention of the bugs. --- BUGS | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index 4f99e86..74044fe 100644 --- a/BUGS +++ b/BUGS @@ -1,4 +1,18 @@ Known bugs: - it seems not to work with jdk1.1.7A VM. + * it seems not to work with jdk1.1.7A VM. +Fixed: + + * 1.0.11: received an exception: IvyClient.sendBuffer.write failed: Relais brisé (pipe) + It happens while sending messages once a remote client has disconnected + ( fixed in 1.0.12 ) + +Not a bug + + if you send a msg just after the start, it is possible that the message + won't be sent. this is *not* a bug, but, hmmm, a feature. In fact, when you + do start(), it triggers different threads, the broadcasts are sent, and it + is possible that nobody has answered this broadcast by the time you start + sending messages. Try adding an IvyApplicationListener with a callback on + connect(IvyClient) to trigger the launching of messages -- cgit v1.1