illinois-cs241 / broadway

A distributed systems framework used running distributable workloads.
Other
18 stars 0 forks source link

Fix non-stop heartbeating for stream endpoint #39

Closed Xiangmingchen closed 3 years ago

Xiangmingchen commented 3 years ago

Turns out the preflight requests passed the initialize method, self.finish was called but _stop_listening wasn't. So the heartbeat never stopped. This PR should fix it.