0.15.5 #592
endel
announced in
Release notes
0.15.5
#592
Replies: 1 comment 5 replies
-
I'm using 0.15.7 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
client.userData
andclient.auth
viaClient<UserData, AuthData>
"trying to send data to inactive client"
logs as they were not helpful.@colyseus/loadtest
- add "disconnected" count below "connected" count.Specifying types for
client.userData
andclient.auth
You can now specify the types of
client.userData
andclient.auth
viaClient<UserData, AuthData>
:(If TypeScript complains on "Property 'clients' has no initializer and is not definitely assigned in the constructor", you can either declare clients!: ClientArray or set "strictPropertyInitialization":false on tsconfig (not recommended))
Updating your packages:
If you have these packages installed, you can also update them:
This discussion was created from the release 0.15.5.
Beta Was this translation helpful? Give feedback.
All reactions