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

connected() not called after reconnect #451

Open
vhe1 opened this issue Aug 23, 2023 · 5 comments
Open

connected() not called after reconnect #451

vhe1 opened this issue Aug 23, 2023 · 5 comments
Labels
upstream Problem with upstream library
Milestone

Comments

@vhe1
Copy link

vhe1 commented Aug 23, 2023

The connected callback isn't called when calling iasync_client::reconnect();

Is this intentional or possibly a mistake I made?

@vhe1 vhe1 changed the title connected not called after reconnect connected() not called after reconnect Aug 23, 2023
@wb2712
Copy link

wb2712 commented Oct 31, 2023

It works fine when using dynamic libraries, but static libraries don’t respond.

@fpagliughi
Copy link
Contributor

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.

@fpagliughi fpagliughi added this to the v1.3 milestone Nov 13, 2023
@fpagliughi fpagliughi added the upstream Problem with upstream library label Nov 13, 2023
@wb2712
Copy link

wb2712 commented Nov 14, 2023

The two functions connect() and reconnect() have inconsistent performance in static libraries, dynamic libraries, windows, and linux.
Can you add usage examples, especially for asynchronous connections?

@fpagliughi
Copy link
Contributor

There are some upstream issues that should resolve this. I will push testing back to the next release to allow those to resolve.

@fpagliughi fpagliughi modified the milestones: v1.3, v1.4 Nov 19, 2023
@fpagliughi fpagliughi modified the milestones: v1.4, v1.5 Jun 16, 2024
@fpagliughi
Copy link
Contributor

Still waiting on an upstream release. Pushing this back to v1.5.

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

No branches or pull requests

3 participants