Konstantinos Vasilakos

Results 5 comments of Konstantinos Vasilakos

> Could you post some more messages from the console ? I just managed to reproduced the problem, so evaluating the code returns this -> compiling class library... ... Found...

I think I am having a similar problem: `/Users/konstantinos/.meteor/packages/meteor-tool/.1.9.0-beta.3.ujz6el.rvsw++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218 throw error ^ SyntaxError: Unexpected string in JSON at position 23 at JSON.parse ()`

Is there any update on this @davigega ? I would also like to use socket.io for OSC communication instead of ws as I am already using it in my app

Is this related with problems of the lib not compiled, sporadically?

I probably did, I was messing up the addresses in. Below is my working code: ``` let udp = new osc.UDPPort({ // This is the port we're listening on. localAddress:...