Skip to content

0.9.6

Compare
Choose a tag to compare
@endel endel released this 04 Sep 17:32
· 198 commits to master since this release

Add a flag for auto-connection on client constructor.

Usage:

client = Colyseus.new("ws://localhost:4657", false)

-- manually tell when to connect
client:connect()