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

Polling continues after channel closes #73

Open
digipigeon opened this issue Sep 24, 2010 · 1 comment
Open

Polling continues after channel closes #73

digipigeon opened this issue Sep 24, 2010 · 1 comment

Comments

@digipigeon
Copy link

When a channel is setup with persistant or simple polling closes the address that was specified for polling continues to be polled.

Additionally: If a single channel is setup with (for example) 10 second polling interval, the polling often occours twice (within a 0.5 second seperation) every 10 seconds.

@digipigeon
Copy link
Author

After more investigation it appears that two polling requests are created when the channel is setup, one of those responds to changes made through set_channel_options.

The other polling request does not respond to and changes and also continues to poll after the channel is closed.

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

1 participant