Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark runtime_error #3

Open
chllcy opened this issue Jun 9, 2021 · 3 comments
Open

benchmark runtime_error #3

chllcy opened this issue Jun 9, 2021 · 3 comments

Comments

@chllcy
Copy link

chllcy commented Jun 9, 2021

./wsb-client-exe --tp 2 --tio 2 --socks-max
100 --socks-port 100 --si 100 --sf 30 --pc 1 -h 192.168.2.28
D |2021-06-09 21:15:39 1623244539526502| Client:add clients for port 20029
D |2021-06-09 21:15:39 1623244539560469| Client:Waiting clients to connect...
D |2021-06-09 21:15:39 1623244539560649| Status:
SOCKETS: 100
D |2021-06-09 21:15:49 1623244549566251| FRAMES_TOTAL: 25705
D |2021-06-09 21:15:49 1623244549566324| MESSAGES_TOTAL: 25172
D |2021-06-09 21:15:49 1623244549566364| FRAMES_PER_MIN: 154145.374190
D |2021-06-09 21:15:49 1623244549566402| MESSAGES_PER_MIN: 150949.128928
E |2021-06-09 21:15:49 1623244549729510| [oatpp::async::worker::IOEventWorker::setEpollEvent()]:Error. Call to epoll_ctl failed. operation=1, errno=17
terminate called after throwing an instance of 'std::runtime_error'
what(): [oatpp::async::worker::IOEventWorker::setEpollEvent()]: Error. Call to epoll_ctl failed.
Aborted

@lganzzzo
Copy link
Member

lganzzzo commented Jun 9, 2021

Hey @chllcy ,

Thanks for reporting this issue.

Two questions:

  • How often you face this issue?
  • Are you using the latest oatpp/oatpp-websocket master?

@chllcy
Copy link
Author

chllcy commented Jun 10, 2021

Hey @chllcy ,

Thanks for reporting this issue.

Two questions:

  • How often you face this issue?
  • Are you using the latest oatpp/oatpp-websocket master?
  1. almost 100%,but the server code is not written by oatpp-websocket。
  2. yes,using the latest oatpp/oatpp-websocket master

@lganzzzo
Copy link
Member

Hm, interesting,

Is the 3rd party server doing the same thing as the oatpp one?
Can you share your server for me to test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants