Skip to content

Commit

Permalink
closes #89 again
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerfiliba committed Jun 8, 2012
1 parent 851bd64 commit 42c308e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpyc/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ def _bg_server(self):
self._conn.serve(self.SERVE_INTERVAL)
time.sleep(self.SLEEP_INTERVAL) # to reduce contention
except Exception:
self._active = False
if self._active:
self._active = False
raise
def stop(self):
"""stop the server thread. once stopped, it cannot be resumed. you will
Expand Down

0 comments on commit 42c308e

Please sign in to comment.