mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-18 12:46:31 +00:00
read only one message per connection
This commit is contained in:
parent
0b9d7c7d8a
commit
ce91126cb1
@ -60,6 +60,7 @@ auto slige_rpc::RpcServer<Functor>::listen() -> Res<Unit>
|
|||||||
auto writer = BufferedWriter(client);
|
auto writer = BufferedWriter(client);
|
||||||
this->functor(req, writer);
|
this->functor(req, writer);
|
||||||
message.clear();
|
message.clear();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user