mudream4869 / toolgui

ToolGUI: Build tool apps in Go
https://toolgui-doc.fly.dev/
MIT License
2 stars 0 forks source link

Race condition on session values #1

Closed mudream4869 closed 2 months ago

mudream4869 commented 2 months ago

https://github.com/mudream4869/toolgui/blob/main/toolgui/executor/web.go#L111

Re-entering the WebSocket endpoint update function before a previous script finishes execution can cause a race condition.

mudream4869 commented 2 months ago

Fixed: https://github.com/mudream4869/toolgui/commit/4147d8a5bc3f87648be688c829cc7c1bd1d7c4fb