refactor: network

This commit is contained in:
手瓜一十雪
2024-11-16 16:56:20 +08:00
parent e8faa09f1d
commit d392e653e1
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,