You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started prototyping stuff here. I've tried an implementation where each listener gets its own worker, which seems to work alright but I worry it might get heavy if someone tries setting lots of listeners, and it had some flakiness when I tried to load-test it. I think I want to look into an alternative where listeners all run on a single dedicated worker, but that gets more complicated to implement. Given timing and where the ecosystem is, there's a good chance this ends up being built in a way that only supports the new memory manager.
Probably using RegNotifyChangeKeyValue. It may take some effort to massage the Windows API to fit the pattern used on other platforms.
The text was updated successfully, but these errors were encountered: