nakama-dart icon indicating copy to clipboard operation
nakama-dart copied to clipboard

web support broken and does not seem to be able to log out even using sessionlogout

Open telostia opened this issue 9 months ago • 4 comments

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?

telostia avatar May 06 '24 03:05 telostia