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
[Serialiser] Fix some inputs sometimes not being saved (#245)
Fixed a race condition in the FileThread that
prevents some inputs at the end of the file not getting serialised.
Switched the collection type from an arraylist to a queue and added an
extra safety writeOutput, after the thread is closed
0 commit comments