WebReflection / coincident

An Atomics based Proxy to simplify, and synchronize, Worker related tasks.
MIT License
203 stars 3 forks source link

Fix #26 - Avoid notifying unassigned SharedArrayBuffer entry #27

Closed WebReflection closed 1 year ago

WebReflection commented 1 year ago

This MR avoids a very subtle bug that is hard to repeat consistently but that, to my understanding, boils down to this issue:

I have no idea if it's worth it to me to file a bug to all vendors as I think this is an intended behavior.

Changes