Nick Gamroth

Results 4 comments of Nick Gamroth

For anybody still looking at this, the issue is that newer versions of Meteor require a value to be sent for version in the connect message. I modified _socket_Opened() in...

It wasn't in the docs, I just tried a few changes in the code and it ended up working

I'm also having that refs undefined error. Tried matching all of the versions in package.json to what I'm seeing for this repo, but still not working. Is there any working...

I'm seeing this too, but noticed that passing in negative numbers works. For example, `add -1,-1` in the api_user example works for me. Not sure where positive integers are getting...