Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix crash #7084 - develop #7086

Merged
merged 1 commit into from
Apr 9, 2019
Merged

Fix crash #7084 - develop #7086

merged 1 commit into from
Apr 9, 2019

Conversation

heifner
Copy link
Contributor

@heifner heifner commented Apr 8, 2019

Change Description

  • Resolves Crash during snapshot creation #7084
  • read_delay_timer runs on net_plugin thread pool so app().post() for execution of start_read_message
  • Before this change, the priority queue execution would run concurrently on the main application thread and the net_plugin thread pool when read_delay_timer fired.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@heifner heifner merged commit dc5852c into develop Apr 9, 2019
@heifner heifner deleted the fix-gh#7084-develop branch April 9, 2019 16:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants