Rework startup and Application-Engine relation
- Application and Engine will be started by __init__.run() independently - Exiting app will disconnect clients - Signals like SIGINT (Ctrl-C) are now handled for proper exit
This commit is contained in:
@@ -4,6 +4,7 @@ import "Banners"
|
||||
import "RoomEventList"
|
||||
|
||||
HColumnLayout {
|
||||
Component.onCompleted: Backend.pdb()
|
||||
property string userId: ""
|
||||
property string roomId: ""
|
||||
|
||||
|
Reference in New Issue
Block a user