Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hathor/websocket/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def disable_history_streaming(self) -> None:
"""Disable history streaming for all connections."""
self.is_history_streaming_enabled = False
for conn in self.connections:
self.disable_history_streaming()
conn.disable_history_streaming()

def _setup_rate_limit(self):
""" Set the limit of the RateLimiter and start the buffer deques with BUFFER_SIZE
Expand Down