fix: add comma consumption between positional WS args in mixer handlers

This commit is contained in:
2026-06-20 20:21:16 -04:00
parent 8068f5d168
commit 7f24a0f807
11 changed files with 3108 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
/* whether to lock a process pages into memroy. should be true unless running on a very memory constrained system.
Setting to false will cause unpredictable audio dropouts.
*/
"mlock": true,
"mlock": false,
/* Address on which Piddle listens for websocket connections */
"socketServerAddress": "0.0.0.0:8080",