mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
sleep (in thread) before closing proxy socket. This works around
problem where, on PRX_HAS_MSGS path only, device reading socket gets EOF early though logging here confirms additional bytes have been written. Gross but effective.
This commit is contained in:
parent
b63d730b53
commit
2bfb26cded
1 changed files with 1 additions and 0 deletions
|
@ -750,6 +750,7 @@ handle_proxy_tproc( void* closure )
|
|||
}
|
||||
}
|
||||
}
|
||||
sleep( 2 );
|
||||
close( sock );
|
||||
return NULL;
|
||||
} /* handle_proxy_tproc */
|
||||
|
|
Loading…
Reference in a new issue