zgb40302 commented on issue #1338:
URL: https://github.com/apache/incubator-brpc/issues/1338#issuecomment-767516245


   
   
   example 里面的echo++ 程序没有问题
   [root@localhost build]# ./echo_server --reuse_port=true &
   [1] 23377
   [root@localhost build]# I0126 20:37:08.738100 23377 
/data0/data1/incubator-brpc/src/brpc/server.cpp:1045] 
Server[example::EchoServiceImpl] is serving on port=8000.
   I0126 20:37:08.738689 23377 
/data0/data1/incubator-brpc/src/brpc/server.cpp:1048] Check out 
http://localhost.localdomain:8000 in web browser.
   
   [root@localhost build]# ./echo_server --reuse_port=true
   I0126 20:37:11.704532 23494 
/data0/data1/incubator-brpc/src/brpc/server.cpp:1045] 
Server[example::EchoServiceImpl] is serving on port=8000.
   I0126 20:37:11.705123 23494 
/data0/data1/incubator-brpc/src/brpc/server.cpp:1048] Check out 
http://localhost.localdomain:8000 in web browser.
   
   ^CI0126 20:37:20.231765 23494 
/data0/data1/incubator-brpc/src/brpc/server.cpp:1100] 
Server[example::EchoServiceImpl] is going to quit


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to