GeertJohan / gomatrix

Displays "The Matrix" in a terminal
BSD 2-Clause "Simplified" License
293 stars 68 forks source link

Fix for #16 #23

Closed abrander closed 11 months ago

abrander commented 1 year ago

The crash in #16 is caused by an unguarded map access. The error is easy to reproduce by removing all delays in gomatrix and let it run for a few seconds.

This PR is tested by running with no delays for hours.

GeertJohan commented 11 months ago

Thanks @abrander (And sorry for the late merge..)