BerkeleyHCI / edg-ide

BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Fix exceptions on shutdown #109

Closed ducky64 closed 1 year ago

ducky64 commented 1 year ago

As the title suggests, this fixes exceptions on IDE shutdown. The errors were caused by timers accessing trying to access services that have been disposed, this gates those service accesses within timers to only run if the service exists.