games-on-whales / wolf

Stream virtual desktops and games running in Docker
https://games-on-whales.github.io/wolf/stable/
MIT License
292 stars 20 forks source link

fix: app_state_folder is empty upon pairing #43

Closed bludyh closed 9 months ago

bludyh commented 9 months ago

Small fix to set app_state_folder to sessionid upon pairing new clients. Without setting this, app_state_folder defaults to empty, hence the state folder does not use sessionid for session separation.

fix #42

ABeltramo commented 9 months ago

Thanks for the PR, this is exactly what was needed!