Commit 8b9ecdc7 authored by martin hou's avatar martin hou

fix: 增加待发送的消息的注册日志

parent d0fe99b8
...@@ -334,6 +334,7 @@ function Jensen(log, conn) { ...@@ -334,6 +334,7 @@ function Jensen(log, conn) {
timeout(tag); timeout(tag);
}, seconds * 1000) }, seconds * 1000)
: null; : null;
Logger.debug('jensen', 'register', tag);
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
actions[tag] = { actions[tag] = {
tag: tag, tag: tag,
......
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