Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
66 stars 8 forks source link

Fix action queue #88

Closed 0x00002a closed 3 years ago

0x00002a commented 3 years ago

This fixes a bug introduced in #82 (oops). Basically if an action_queue was currently empty, any pushed actions would execute unqueued. I haven't got a unit test for it because I'm not sure how to test it, if anyone has any ideas I'm all ears.

fixes: #87