Skip to content

Commit

Permalink
Don't block gobject event thread, fixes #150.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcik committed Sep 9, 2012
1 parent ccd3f9d commit ab7d0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy/utils/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def stop(self, reason, level=logging.DEBUG):
logger.log(level, reason)

try:
self.actor_ref.stop()
self.actor_ref.stop(block=False)
except ActorDeadError:
pass

Expand Down

0 comments on commit ab7d0c4

Please sign in to comment.