Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all calling methods of SessionApiClient::OnSessionValidate() #25

Open
Cekis opened this issue Jan 27, 2022 · 0 comments
Open

Update all calling methods of SessionApiClient::OnSessionValidate() #25

Cekis opened this issue Jan 27, 2022 · 0 comments

Comments

@Cekis
Copy link
Contributor

Cekis commented Jan 27, 2022

This likely needs updating a bit deeper. It's being cast as a uint64 because the calling method has userData as a void * type. Because of 64 bits, a void * becomes a 64 bit value. The calling method needs to be updated to not accept a void if at all possible and all callers of the calling method should also be updated. Great catch!

Originally posted by @Cekis in #23 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant