halee88
Results
2
issues of
halee88
When launching a server, all plugins' `losc:open()` functions create an infinite loop without any way to exit it via code. Instead a user must forcefully terminate the lua runtime. This...
I attempted to adapt the `udp-socket.lua` plugin to be non-blocking, but the high-level API doesn't provide enough functions to support this. I recommend adding a `poll()` function to the high-level...