mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Add servers (#3315)
This commit is contained in:
parent
952bdcc4c8
commit
5d0791bbd1
1 changed files with 0 additions and 1 deletions
|
@ -633,7 +633,6 @@ fn accept_connections(listen_addr: SocketAddr, handler: Arc<Handler>) {
|
||||||
|
|
||||||
let write = async move {
|
let write = async move {
|
||||||
while let Some(line) = rx.next().await {
|
while let Some(line) = rx.next().await {
|
||||||
let line = line + "\n";
|
|
||||||
writer
|
writer
|
||||||
.send(line)
|
.send(line)
|
||||||
.await
|
.await
|
||||||
|
|
Loading…
Reference in a new issue