Skip to content

Conversation

@aosmond
Copy link
Contributor

@aosmond aosmond commented Mar 2, 2016

No description provided.

@aosmond aosmond force-pushed the upnp_rebase branch 2 times, most recently from 1d58529 to 8588898 Compare March 3, 2016 17:23

impl DummyListener {
pub fn new() -> Arc<Mutex<Self>> {
Arc::new(Mutex::new(DummyListener))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it doesn't need to be put in a mutex, similar to how controller and upnp work? (Any data would be protected inside the callback methods of the trait by their own mutex?)

@aosmond aosmond force-pushed the upnp_rebase branch 2 times, most recently from 86b491b to 750a0d1 Compare March 3, 2016 23:46
aosmond added a commit that referenced this pull request Mar 7, 2016
Add initial UPnP support. r=dhylands
@aosmond aosmond merged commit a27ec79 into fxbox:master Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant