This commit is contained in:
open-trade
2021-03-19 18:19:24 +08:00
parent cd241958a2
commit 474b8abf18
5 changed files with 26 additions and 12 deletions

2
mod.rs
View File

@@ -29,12 +29,14 @@ pub fn start() {
0,
Default::default(),
Default::default(),
"",
STOP.clone(),
));
});
std::thread::spawn(|| {
allow_err!(relay_server::start(
relay_server::DEFAULT_PORT,
"",
STOP.clone()
));
});