View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 08-16-2019 , 18:25   Re: [TF2] Client is not in game bug
Reply With Quote #25

Quote:
Originally Posted by Powerlord View Post
See also: Race conditions in multi-threaded programming.
I think the one off the top of my head from a bug I've introduced is:
System.out.format().println();
(Except System.out was interchangeable output stream)
Essentially the format could happen twice before the next line character would be called and make one long line of unparseable data for splunk and an extra empty line)
Mitchell is offline