pref: 调整发送数据的逻辑,改善丢包问题。

This commit is contained in:
2023-05-04 21:56:56 +08:00
parent ca9a2ba34d
commit 174840403f
6 changed files with 170 additions and 97 deletions

View File

@ -1,4 +1,5 @@
export type BoardInfo = {
fullname: string;
host: string;
address: string;
port: number;