Skip to content

Commit

Permalink
Fix sub server closing
Browse files Browse the repository at this point in the history
  • Loading branch information
palaviv committed Oct 29, 2016
1 parent 39ae7f8 commit 08849bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caster.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def main():

if subs:
sub_server_thread.join()
sub_server.close()
sub_server.server_close()

if __name__ == "__main__":
main()

0 comments on commit 08849bb

Please sign in to comment.