mikeyaworski / Twitch-Lurker

Always support your favorite streamer by automatically pulling up their stream when they go live.
17 stars 1 forks source link

Support multiple simultaneous UI ports #21

Closed mikeyaworski closed 8 months ago

mikeyaworski commented 8 months ago

Right now, if you open up the full page viewer, that establishes a port connection. But after opening the popup or another instance of the full page viewer, the first port object is discarded and does not get passed new data from then onward.

https://github.com/mikeyaworski/Twitch-Lurker/blob/9b87ff1414691b7f5864eb7ff92586a26d1a4688/app/public/background-scripts/polling/index.ts#L241-L243

Multiple port connections should be supported.