opt: live danmaku

This commit is contained in:
bggRGjQaUbCoE
2024-11-04 14:07:58 +08:00
parent 2190336638
commit e2708e7728
8 changed files with 156 additions and 80 deletions

View File

@@ -216,13 +216,13 @@ class LiveMessageStream {
}
_processingData(decompressedData);
} catch (e) {
logger.w(e);
logger.i(e);
}
}
}
socket.close();
} catch (e) {
logger.e('$logTag ===> TCP连接失败: $e');
logger.i('$logTag ===> TCP连接失败: $e');
}
}
@@ -241,7 +241,7 @@ class LiveMessageStream {
}
}
} catch (e) {
logger.e('ParseHeader错误: $e');
logger.i('ParseHeader错误: $e');
}
}