Skip to content

Commit

Permalink
Merge pull request #17 from Schulich-Ignite/radu/stop-bug
Browse files Browse the repository at this point in the history
Fixed bug that prevents canvas from restarting
  • Loading branch information
raduschirliu authored Oct 17, 2020
2 parents bd00830 + 4389c04 commit 14e44e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="schulich-ignite",
version="0.0.7",
version="0.0.8",
author="Schulich Ignite",
author_email="[email protected]",
description="Spark library for Shulich Ignite sessions",
Expand Down
1 change: 1 addition & 0 deletions spark/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def loop(self):
# Set active thread to this thread. This will stop any other active thread.
current_thread_id = threading.current_thread().native_id
_sparkplug_active_thread_id = current_thread_id
_sparkplug_running = True
self.refresh_last_activity()

draw = self._methods.get("draw", None)
Expand Down

0 comments on commit 14e44e9

Please sign in to comment.