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
Modify user.php adding all variables you need. Then let the connection do is magic inside "connected($user)" function.
$user->id = $myid;
Be sure to not have any collision when modifying the id. Any data transfer is tied to the socket you can safely modify the id as the connected function is called last in handshake process.
I can't get it to use my own user class , i need to pass an id for the userclass to init the user info
The text was updated successfully, but these errors were encountered: