Update of /cvsroot/playerstage/code/player/server
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26038/server
Modified Files:
server.cc
Log Message:
fixed server-server comms (again)
Index: server.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/server.cc,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** server.cc 9 Oct 2007 21:15:04 -0000 1.42
--- server.cc 11 Dec 2007 01:58:01 -0000 1.43
***************
*** 304,308 ****
}
! if(ptcp->Read(100) < 0)
{
PLAYER_ERROR("failed while reading from TCP clients");
--- 304,308 ----
}
! if(ptcp->Read(100,false) < 0)
{
PLAYER_ERROR("failed while reading from TCP clients");
***************
*** 318,322 ****
deviceTable->UpdateDevices();
! if(ptcp->Write() < 0)
{
PLAYER_ERROR("failed while writing to TCP clients");
--- 318,322 ----
deviceTable->UpdateDevices();
! if(ptcp->Write(false) < 0)
{
PLAYER_ERROR("failed while writing to TCP clients");
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit