refactor: network

This commit is contained in:
手瓜一十雪
2024-11-16 16:56:20 +08:00
parent 358d4ce9d9
commit 43128de68d
7 changed files with 104 additions and 93 deletions

View File

@@ -78,6 +78,7 @@ export const websocketClientDefaultConfigs = createDefaultAdapterConfig({
url: 'ws://localhost:8082',
messagePostFormat: 'array',
reportSelfMessage: false,
reconnectInterval: 5000,
token: '',
debug: false,
heartInterval: 30000,