- added log file write ability
- added unSubscribeCharacterIds() for multi logout characters
This commit is contained in:
@@ -545,6 +545,11 @@ class MapUpdate implements MessageComponentInterface {
|
||||
return $response;
|
||||
}
|
||||
|
||||
/**
|
||||
* dispatch log writing to a LogFileHandler
|
||||
* @param array $meta
|
||||
* @param array $log
|
||||
*/
|
||||
private function handleLogData(array $meta, array $log){
|
||||
$logHandler = new LogFileHandler((string)$meta['stream']);
|
||||
$logHandler->write($log);
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"require": {
|
||||
"php-64bit": ">=7.0",
|
||||
"ext-zmq": "1.1.*",
|
||||
"cboden/ratchet": "0.3.*",
|
||||
"react/zmq": "0.3.*"
|
||||
"cboden/ratchet": "0.4.x-dev",
|
||||
"react/zmq": "dev-master"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user