Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Feature/gui connection update #2533

Merged
merged 2 commits into from
Apr 10, 2020
Merged

Feature/gui connection update #2533

merged 2 commits into from
Apr 10, 2020

Conversation

forslund
Copy link
Collaborator

@forslund forslund commented Apr 10, 2020

Description

Simplify the gui websocket code. This uses a single port instead of generating a server for each connection. The GUI's are separated through the tornado websocket handlers not passing messages to each other and only to/from the Mycroft bus.

Should resolve #2525.

How to test

Make sure the mycroft-gui application can connect and run.

Contributor license agreement signed?

CLA [ Yes ]

Use a single websocket but don't send data from clients to other
clients.
This allows simple websocket clients to connect as well.
@forslund forslund requested a review from AIIX April 10, 2020 06:36
@devs-mycroft devs-mycroft added the CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors) label Apr 10, 2020
@AIIX
Copy link
Collaborator

AIIX commented Apr 10, 2020

Works for me.

@forslund forslund merged commit 867ae06 into dev Apr 10, 2020
@forslund forslund deleted the feature/gui-connection-update branch April 10, 2020 08:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA: Yes Contributor License Agreement exists (see https://github.com/MycroftAI/contributors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can only connect once to gui
3 participants