Commit 19310d1d authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent 6b0e87a4
......@@ -38,4 +38,4 @@ if(!empty($conf['password'])){
}
//ini_set('default_socket_timeout', -1);(所有长连接不超时)
$redis->setOption(Redis::OPT_READ_TIMEOUT, -1);
$result=$redis->subscribe(array($redisPublishName), array($this,'callback'));
\ No newline at end of file
$result=$redis->subscribe(array($redisPublishName), 'callback');
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment