Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PollingExecutorFacade monitoring_enabled and hub_channel (#3322)
self.monitoring_enabled = True is equivalent to self.hub_channel being assigned. This PR uses a more type-driven style of a single Optional for hub_channel, removing monitoring_enabled. This PR should not change behaviour.
- Loading branch information