0.9.6
Add a flag for auto-connection on client constructor.
Usage:
client = Colyseus.new("ws://localhost:4657", false)
-- manually tell when to connect
client:connect()
Add a flag for auto-connection on client constructor.
Usage:
client = Colyseus.new("ws://localhost:4657", false)
-- manually tell when to connect
client:connect()