mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
chore: 正向WS实现
This commit is contained in:
@@ -69,7 +69,7 @@ export class NapCatOneBot11Adapter {
|
||||
}
|
||||
if (ob11Config.ws.enable) {
|
||||
OB11NetworkManagerWrap.registerAdapter(new OB11PassiveWebSocketAdapter(
|
||||
ob11Config.ws.host, ob11Config.ws.port, ob11Config.heartInterval, ob11Config.token
|
||||
ob11Config.ws.host, ob11Config.ws.port, ob11Config.heartInterval, ob11Config.token, this.core, this
|
||||
));
|
||||
}
|
||||
if (ob11Config.reverseWs.enable) {
|
||||
|
||||
Reference in New Issue
Block a user