Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/OneBot/Driver/Event/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function dispatch(object $event): object
// TODO: 在调用 listener 前先判断 isPropagationStopped
$listener[1]($event);
} catch (StopException $exception) {
ob_logger()->debug('EventLoop ' . $event . ' stopped');
// ob_logger()->debug('EventLoop ' . $event . ' stopped');
if ($event instanceof DriverEvent) {
$event->setPropagationStopped();
}
Expand Down
2 changes: 1 addition & 1 deletion src/OneBot/global_defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use ZM\Logger\ConsoleLogger;

const ONEBOT_VERSION = '12';
const ONEBOT_LIBOB_VERSION = '0.6.1';
const ONEBOT_LIBOB_VERSION = '0.6.2';

const ONEBOT_JSON = 1;
const ONEBOT_MSGPACK = 2;
Expand Down