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

clear HB event after heartbeatloop ended #260

Merged
merged 1 commit into from
Dec 3, 2019

Conversation

may-day
Copy link

@may-day may-day commented Dec 2, 2019

if stompserver goes down and comes up the hearbeatloop would end immediately in

                terminate = self.heartbeat_terminate_event.wait(sleep_time)
                if terminate:
                    break

because the event was never cleared

@jasonrbriggs jasonrbriggs merged commit e08b1a5 into jasonrbriggs:dev Dec 3, 2019
bmwiedemann added a commit to bmwiedemann/openSUSE that referenced this pull request Jan 6, 2020
https://build.opensuse.org/request/show/761142
by user dimstar_suse
- dropped Python 2 support, not supported by the package
- update to version 5.0.0:
 * Fix for credentials exposure (jasonrbriggs/stomp.py#244)
 * Check for ``STOMP_SKIP_HOSTNAME_SCAN`` environment variable before extending ``LOCALHOST_NAMES``
 * Remove python2 backwards compatibility
 * Update dockerfile for better local testing
 * Fix docker and travis setup, so there are consistent builds both locally and via CI
 * Drop deprecated start/stop methods from connection (issue jasonrbriggs/stomp.py#257)
 * Fix for missing return in get_ssl (jasonrbriggs/stomp.py#258)
 * Clear heartbeat event after heartbeat loop ends (jasonrbriggs/stomp.py#260)
 * Update listener to move receive/message_received/
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

Successfully merging this pull request may close these issues.

2 participants