mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
log sends for a while. I want to fix the occasional stall.
This commit is contained in:
parent
8adb925cca
commit
c67e92ea2c
1 changed files with 4 additions and 0 deletions
|
@ -388,6 +388,10 @@ public class CommsTransport implements TransportProcs,
|
|||
break;
|
||||
}
|
||||
|
||||
// Keep this while debugging why the resend_all that gets
|
||||
// fired on reconnect doesn't unstall a game but a manual
|
||||
// resend does.
|
||||
Utils.logf( "transportSend(%d)=>%d", buf.length, nSent );
|
||||
return nSent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue