- Connections write timeouts were incorrectly handled in asynnetc. Fixed.
- Implemented the desired run/drive behaviour: drive waits for what it started run starts, and success waits for everything to finish. This required changes to a lot of files. - Fixed a bug in remob which supressed required messages
This commit is contained in:
@ -445,7 +445,7 @@ static int ClimbDrive(SConnection * pCon, char *name, float value)
|
||||
{
|
||||
int status;
|
||||
|
||||
status = Start2Run(pCon, pServ->pSics, name, value);
|
||||
status = Start2Run(pCon, pServ->pSics, name, RUNDRIVE, value);
|
||||
if (status != 1) {
|
||||
return DRIVEERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user