vibe-d / eventcore

High performance proactor event loop abstraction library
MIT License
60 stars 42 forks source link

Replace assertion failure with warning #236

Closed s-ludwig closed 5 months ago

s-ludwig commented 5 months ago

Since this only happens at process exit, while the driver is being disposed, this avoids a hard crash for an issue that has no consequences for the application. More research still needs to be put into this to find the actual root cause.

Geod24 commented 5 months ago

Since this only happens at process exit

From a quick look, putChange is called from quite a few places though ?