garageServer = require('../lib/garageserver.io')
change to
garageServer = require('garageserver.io'),
and it stops working.
the server and client don't output any errors.
in fact when I type in this into the console this happens as though it were behaving normally.
GarageServerIO.getId()
"w15xnyo2V72QRNKNAAAA"
garageServer = require('../lib/garageserver.io')change to
garageServer = require('garageserver.io'),and it stops working.
the server and client don't output any errors.
in fact when I type in this into the console this happens as though it were behaving normally.