carson-day / decaf-chess-interface

Automatically exported from code.google.com/p/decaf-chess-interface
1 stars 0 forks source link

Decaf unexpectedly lose connection #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Decaf v1.1.1 (got it from this website)

OSX 10.5.6

MauMac:~ mcastro$ java -version
java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)

MauMac:~ mcastro$ uname -a
Darwin MauMac.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00
PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386

It is an erratic behavior.
1. You connect to fics as <user>
2. (optional) You do your normal things (play chat etc.) no matter for how
long, but without any idle of more than a few minutes.
3. You stop for some minutes, it can be 10 mn or more.
4. You type something in the console and press send.
5. The command is displayed on the terminal.
6. No response is displayed on the terminal.
7. If you log as guest and type finger <user> you se that he is still
connected but idle.
8. After a long wait Decaf notify you that you disconnected and shows a lag
of around 400 seconds.

Original issue reported on code.google.com by mau.cas...@gmail.com on 19 Feb 2009 at 11:51

Attachments:

GoogleCodeExporter commented 8 years ago
Additionally netstat shows a connection, and other connections (applications) 
never
go down.

Original comment by mau.cas...@gmail.com on 19 Feb 2009 at 12:08

GoogleCodeExporter commented 8 years ago
mcastro$ netstat -n -a |grep 5000
tcp4       0     26  192.168.0.10.58947     69.36.243.188.5000     ESTABLISHED

Original comment by mau.cas...@gmail.com on 19 Feb 2009 at 12:21

GoogleCodeExporter commented 8 years ago
Not sure but you might want to check out raptor. I havent see this occur in it 
yet.

Original comment by carsonday on 11 Nov 2009 at 8:55