Deep Copy Events in the Event Bus to Prevent Map Concurrency Issue #341

Merged
dan merged 1 commits from newui-bugfix into master 2021-03-24 23:21:43 +00:00
Owner

We've been hitting concurrency issues in our new UI. We believe these are related to maps being passed by reference during struct pass-by-copies. A non-broken language like rust would detect this kind of borrowing violation at compile time instead of triggering runtime panics. Alas.

We've been hitting concurrency issues in our new UI. We believe these are related to maps being passed by reference during struct pass-by-copies. A non-broken language like rust would detect this kind of borrowing violation at compile time instead of triggering runtime panics. Alas.
dan was assigned by sarah 2021-03-24 21:44:22 +00:00
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/19
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/21
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/23
dan merged commit 3ac36db511 into master 2021-03-24 23:21:43 +00:00
Sign in to join this conversation.
No description provided.