|
...
|
...
|
@@ -216,7 +216,7 @@ class ExBroker |
|
|
|
$this->updateDepthData($data['data']);
|
|
|
|
$endTs = getMicrotime();
|
|
|
|
$cost = $endTs - $startTs;
|
|
|
|
output($data['data']['s'] . ' depth update cost(ms):' . $cost);
|
|
|
|
// output($data['data']['s'] . ' depth update cost(ms):' . $cost);
|
|
|
|
$onData($this->depthData);
|
|
|
|
},
|
|
|
|
$onClose = null,
|
...
|
...
|
|