Eliminated connection loops.
Optimized network processes. Removed some unnecessary logging. Fixed status bar info inconsistency.
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ chrono = { version = "0.4.13", features = ["serde"] }
|
||||
rand = "0.8.3"
|
||||
sqlite = "0.25.3"
|
||||
uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
||||
mio = { version = "0.7", features = ["os-poll", "net"] }
|
||||
mio = { version = "0.7.10", features = ["os-poll", "net"] }
|
||||
# for DNS from hermes
|
||||
derive_more = "0.99.9"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user