Skip to content
Snippets Groups Projects
Commit 10082851 authored by Nils Breyer's avatar Nils Breyer
Browse files

double reconnecting message

parent c848cbdc
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
## 0.9.4 (2021-11-11)
* FIX: Connection guard triggers reconnect multiple times unnecessarily until first event received
* FIX: Double "Reconnecting" message
## 0.9.3 (2021-11-10)
......
......@@ -535,7 +535,6 @@ class StreamCrawler(Crawler):
return
#connection ended, restart (force new connection if sse session is marked as stale)
self.log_status("Reconnecting...".format(reason=reason))
self.start(force_new_connection=self.sse_stale)
self.thread = Thread(target=stream, daemon=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment