mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio: Prevent pipes from breaking on invalid UTF-8 in client (#1078)
This commit is contained in:
@@ -211,6 +211,8 @@ async def game_watcher(ctx: FactorioContext):
|
|||||||
|
|
||||||
|
|
||||||
def stream_factorio_output(pipe, queue, process):
|
def stream_factorio_output(pipe, queue, process):
|
||||||
|
pipe.reconfigure(errors="replace")
|
||||||
|
|
||||||
def queuer():
|
def queuer():
|
||||||
while process.poll() is None:
|
while process.poll() is None:
|
||||||
text = pipe.readline().strip()
|
text = pipe.readline().strip()
|
||||||
|
Reference in New Issue
Block a user