Azurae

Results 4 comments of Azurae

> Sorry, can you explain how would this prevent a "huge memory leak" ? @aljaxus The last line called printErrorAndDie no matter how the disconnect happened, even if successful. The...

By "no matter how the disconnect happened", I mean when the disconnect button was pressed, even if the disconnect was successful, it called an error.

Yes, the logout button, I am sorry. Basically, the file I edited (authenCore) takes care of the session, if I understood correctly. But when the session ends, no matter what,...

I get that printErrorAndDie calls curl which could itself call printErrorAndDie but on one condition: `$response` has to be false, and the only case where it happens to be false...