mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: 添加被动WS链接日志
Signed-off-by: WhiteChi <whitechi73@outlook.com>
This commit is contained in:
parent
f17b4924c9
commit
86b29b982c
@ -60,6 +60,7 @@ internal class InitRemoteService : IAction {
|
||||
if (token.isNotBlank()) {
|
||||
wsHeaders["authorization"] = "bearer $token"
|
||||
}
|
||||
LogCenter.log("尝试链接WebSocketClient(url = ${conn.address})",Level.WARN)
|
||||
startWebSocketClient(conn.address, wsHeaders)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user