mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-18 13:06:30 +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);
|
||||
this->functor(req, writer);
|
||||
message.clear();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user