You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Joueur.py, the "run" script forces python output to be unbuffered, this is so that when the client is running inside of Docker, its output can be seen immediately.
We should match this behavior in Joueur.lua.
I don't think lua supports a command-line flag to force this behavior, but instead requires a code change to the client.
The text was updated successfully, but these errors were encountered:
In Joueur.py, the "run" script forces python output to be unbuffered, this is so that when the client is running inside of Docker, its output can be seen immediately.
We should match this behavior in Joueur.lua.
I don't think lua supports a command-line flag to force this behavior, but instead requires a code change to the client.
The text was updated successfully, but these errors were encountered: