Removed useless sleep() in example
This commit is contained in:
parent
c3f146913b
commit
050170173a
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ int32_t EchoServer::Random()
|
||||||
|
|
||||||
std::string EchoServer::Hello(const std::string &name)
|
std::string EchoServer::Hello(const std::string &name)
|
||||||
{
|
{
|
||||||
sleep (10);
|
|
||||||
return "Hello " + name + "!";
|
return "Hello " + name + "!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue