Skip to content

error message on successful emit #21

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

Closed
cewh opened this issue Jun 3, 2015 · 2 comments
Closed

error message on successful emit #21

cewh opened this issue Jun 3, 2015 · 2 comments

Comments

@cewh
Copy link

cewh commented Jun 3, 2015

Hi, I am working with a modified console example with SIO_TLS. The emit works and is received on the server side, but I am noticing a message every time I emit, I also get the console message;

ping exit,con is expired?0,ec:The I/O operation has been aborted because of either 
a thread exit or an application request

The message comes from within client_impl::ping would this be related to ping interval or ping timeout setting? Thanks!

@cewh cewh closed this as completed Jun 3, 2015
@cewh cewh reopened this Jun 3, 2015
@melode11
Copy link
Contributor

melode11 commented Jun 3, 2015

Hi, this is a normal case, the ping is for keeping the connection alive, the ping timer will be cancelled for a round when you're sending something, the canceling operation result in a aborted error code in timer callback.

@cewh
Copy link
Author

cewh commented Jun 3, 2015

Ok thanks!

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