Skip to content

Commit

Permalink
Fixed bokeh server Callback queue bug (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored and jlstevens committed Jan 3, 2018
1 parent d452447 commit d52c1d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holoviews/plotting/bokeh/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def process_on_event(self):
if not self._queue:
self._active = False
return
self._queue = []
# Get unique event types in the queue
events = list(OrderedDict([(event.event_name, event)
for event in self._queue]).values())
Expand Down

0 comments on commit d52c1d7

Please sign in to comment.