Daemonize streams
This commit is contained in:
pare
9f9a7826d7
commit
08a0e5ff67
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -1693,7 +1693,7 @@ class Mastodon:
|
||||||
handle = __stream_handle(connection)
|
handle = __stream_handle(connection)
|
||||||
|
|
||||||
if async:
|
if async:
|
||||||
t = threading.Thread(args=(), target=handle._threadproc)
|
t = threading.Thread(args=(), daemon = True, target=handle._threadproc)
|
||||||
t.start()
|
t.start()
|
||||||
return handle
|
return handle
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Referencia en una nova incidència