Searched refs:publish_event (Results 1 – 3 of 3) sorted by relevance
280 let publish_event = StreamHubEvent::Publish { in handle_announce() localVariable289 if self.event_producer.send(publish_event).is_err() { in handle_announce()466 let publish_event = StreamHubEvent::Subscribe { in handle_play() localVariable474 if self.event_producer.send(publish_event).is_err() { in handle_play()
369 let publish_event = StreamHubEvent::Publish { in publish_to_channels() localVariable379 if self.event_producer.send(publish_event).is_err() { in publish_to_channels()
255 let publish_event = StreamHubEvent::Publish { in publish_whip() localVariable265 if self.event_sender.send(publish_event).is_err() { in publish_whip()