You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: