0.8.0
- hathora cloud apis (
hathora cloud --help
) - new
connect
signature (#297)
const connection = await client.connect(token, stateId);
connection.onUpdate(handleUpdate);
connection.onError(handleError);
hathora cloud --help
)connect
signature (#297)const connection = await client.connect(token, stateId);
connection.onUpdate(handleUpdate);
connection.onError(handleError);