joshua-stauffer/thehistoryatlas

WriteModel short term memory bug

Opened this issue · 0 comments

The methods to add and remove a GUID from short term memory don't account for duplicate GUIDs arriving in quick succession. When a rm_from_stm method deletes a given GUID, any subsequent rm_from_stm calls trying to delete same GUID will raise an exception, since the key no longer exists.