Merge pull request #42 from eucalyptus30/patch-1

Fix Speedball restart
This commit is contained in:
Lukas Kremsmayr 2015-04-25 13:34:42 +02:00
commit 50a7ee2903

View File

@ -16,8 +16,8 @@ class GbxRemote
public static $sent;
private $socket;
private $readTimeout = array('sec' => 5, 'usec' => 0);
private $writeTimeout = array('sec' => 5, 'usec' => 0);
private $readTimeout = array('sec' => 30, 'usec' => 0);
private $writeTimeout = array('sec' => 30, 'usec' => 0);
private $requestHandle;
private $callbacksBuffer = array();
private $multicallBuffer = array();