rexmalebka
rexmalebka
I think I solved it adding to `osc.erl` ```erl encode_flag({int64,_}) -> $h; encode_flag({time,_}) -> $t; encode_flag('[') -> $[; encode_flag(']') -> $]; encode_flag(I) when is_integer(I) -> $i; encode_flag(X) when is_list(X) ->...
yee, some docs say it's possible, others no, I got `Supercollider 3.11.2.` I even don't know if this file it's still being used nowadays, I'm using it in a personal...
I was checking my code and discover that the ws connection was closed due to an Error in my "discover" function whiile using the `listAllPeers` function ```javascript setInterval(function(){ peer.listAllPeers(discover) },...
I made a cluster implementation using helm charts, haven'y really test it too much https://github.com/rexmalebka/nms-streaming-cluster