widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.62k stars 105 forks source link

fix(server): patch Thread._bootstrap instead of Thread.run #545

Closed maartenbreddels closed 2 months ago

maartenbreddels commented 2 months ago

Not every thread will use the run method (it may inherit and override). Instead, _bootstrap will always be used.

maartenbreddels commented 2 months ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @maartenbreddels and the rest of your teammates on Graphite Graphite

maartenbreddels commented 2 months ago

Merge activity