You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Exercise 4 it seems that the HandleLoginResp and HandleRegisterResp constructors both get a PlayerId value added to them. I'm assuming this is to preserve the player ID that was given at submit time, as opposed to whatever happens to be in the field when the backend responds. In any event, I don't see this mentioned in the instructions anywhere.
The text was updated successfully, but these errors were encountered:
In Exercise 4 it seems that the
HandleLoginResp
andHandleRegisterResp
constructors both get aPlayerId
value added to them. I'm assuming this is to preserve the player ID that was given at submit time, as opposed to whatever happens to be in the field when the backend responds. In any event, I don't see this mentioned in the instructions anywhere.The text was updated successfully, but these errors were encountered: