fa-fifi / keycloak_wrapper

Keycloak Single Sign-On (SSO) authentication package for Flutter framework.
https://pub.dev/packages/keycloak_wrapper
BSD 3-Clause "New" or "Revised" License
12 stars 11 forks source link

Problem when logout and instant login again #33

Closed besteFinanzen closed 7 months ago

besteFinanzen commented 7 months ago

Hi everyone,

I have the issue that when I log the user out and the user just logs back in after the logout ist done. I get this error printed: oneway function results for code 9 on binder at 0x7ae329fd3570 will be dropped but finished with status UNKNOWN_TRANSACTION And the same thing eleven times more.

But I don't get any error in flutter itself, which I would be able to catch. Did anyone of you also experience this issue?

fa-fifi commented 7 months ago

Is this happens during debugging on emulator?

besteFinanzen commented 7 months ago

Yeah, is this a known issue?

fa-fifi commented 7 months ago

It might be caused by cache issue. Try delete the app and reinstall the app again.

fa-fifi commented 7 months ago

@besteFinanzen is it resolved?

besteFinanzen commented 7 months ago

Sorry for late reply. Yeah there seemed to be an issue with some things in cache. I experienced the problems multiple times but I think it has to do with the hot reload function of flutter. But if you just hot restart everything works fine.

Thanks for quick help @fa-fifi and nice package by the way, really helpfull and easy to integrate.