Skip to content

0.8.0

Compare
Choose a tag to compare
@hpx7 hpx7 released this 04 Jun 03:08
· 227 commits to develop since this release
  • hathora cloud apis (hathora cloud --help)
  • new connect signature (#297)
const connection = await client.connect(token, stateId);
connection.onUpdate(handleUpdate);
connection.onError(handleError);