Skip to content

Commit

Permalink
Merge pull request thisbejim#122 from thisbejim/fix-thread-close-error
Browse files Browse the repository at this point in the history
Fix close stream error
  • Loading branch information
thisbejim committed Jan 7, 2017
2 parents abc7c19 + 8f5fb95 commit 06a9b1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyrebase/pyrebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,5 @@ def close(self):
time.sleep(0.001)
self.sse.running = False
self.sse.close()
self.sse.thread.join()
self.thread.join()
return self
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Pyrebase',
version='3.0.25',
version='3.0.26',
url='https://github.com/thisbejim/Pyrebase',
description='A simple python wrapper for the Firebase API',
author='James Childs-Maidment',
Expand Down

0 comments on commit 06a9b1b

Please sign in to comment.