-
Notifications
You must be signed in to change notification settings - Fork 439
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
connected() not called after reconnect #451
Comments
It works fine when using dynamic libraries, but static libraries don’t respond. |
Some of the callbacks from the C library are not working as expected. I assume this is an upstream problem. I have an Issue in on that library, and will report back when I hear something. |
The two functions connect() and reconnect() have inconsistent performance in static libraries, dynamic libraries, windows, and linux. |
There are some upstream issues that should resolve this. I will push testing back to the next release to allow those to resolve. |
Still waiting on an upstream release. Pushing this back to v1.5. |
The connected callback isn't called when calling iasync_client::reconnect();
Is this intentional or possibly a mistake I made?
The text was updated successfully, but these errors were encountered: