Split Socket implementation, improve performance

This commit is contained in:
2026-09-08 01:16:01 +08:00
parent ebb4ff848d
commit ff14d8bf00
318 files changed
+1109 -2722

No files matched your search

+1 -1
View File
@@ -22,7 +22,7 @@ kotlin {
commonTest.dependencies {
implementation(kotlin("test"))
implementation(project(":protocol-encrypt"))
implementation(project(":protocol-context"))
implementation(libs.kotlinx.coroutines.test)
}