webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.
https://webui.me
MIT License
2.9k stars 164 forks source link

`webui_close` regression #180

Closed ttytm closed 1 year ago

ttytm commented 1 year ago

webui_close stopped working after e5363cd5c3e9bd4ee96cd017d34ada743f14442f

hassandraga commented 1 year ago

Yes, before https://github.com/webui-dev/webui/commit/e5363cd5c3e9bd4ee96cd017d34ada743f14442f minimal command packet size was 4 bytes. Now its 2 bytes.

Thank you.