-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Races caught by backend integration testing (#89)
* Fixed: Races within manipvortex * Fixed: Another race * Temp: Point to fork * Fixed: Protect from encoding race condition * Fixed: More read protection * Update: Enable typecheck * Revert "Temp: Point to fork" This reverts commit e17a9e7. * Update: Make errors distinct to help identify what is full * Attempt: Only queue events we care about * Update: Remove a lock and copystructure and rearrange one other lock * Update: Move dropping of messages into debug territory * Update: Remove changes to allow for others to tackle * Update: Remove changes to expose data race * Fixed: Use copy of object in manipmemory * Update: Address review comments
- Loading branch information
1 parent
2a9a3c7
commit 6ef3cdd
Showing
3 changed files
with
50 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters