nakama-dart
nakama-dart copied to clipboard
web support broken and does not seem to be able to log out even using sessionlogout
version: latest 1.1.0 flutter version: 3.19.6 dart version: 3.3.4 platform: web problem: flutter app cannot relog in due to session not able to logged out. tried solution: 1)tried sessionLogout 2) setting session to null 3) setting client to null 4) setting websocket to null. result: the nakama server session seems to linger with all the methods tried above force solution: force refresh the web app will remove server session status.
Is there an more elegant solution to this?