oddsdk / odd-devtools

An extension to help developers use the Webnative SDK
Apache License 2.0
2 stars 1 forks source link

Messages are not displayed when multiple tabs are open #36

Closed bgins closed 1 year ago

bgins commented 1 year ago

Summary

Problem

When more than one tab is open, the devtools will stop working in all but the last opened tab.

Impact

Developers can only use the devtools in one tab at a time.

Solution

Keep a map of ports from the background script to each devtools instance.

Filter messages in each devtools instance include only messages from its associated tab.