issues
search
Earu
/
GTerm
Garry's Mod external console software.
https://github.com/Earu/GTerm/releases
MIT License
13
stars
2
forks
source link
[BUG] Large outputs get mangled
#3
Open
Earu
opened
1 month ago
Earu
commented
1 month ago
Things tried:
Locking the OnLog method
Queuing log data and flushing it in a separate thread
Locking the OnLog event
Making OnLog methods synchronous
Making pipe synchronous
Things tried: