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

Connection options nolonger work #34

Open
blackspherefollower opened this issue Jun 18, 2021 · 2 comments
Open

Connection options nolonger work #34

blackspherefollower opened this issue Jun 18, 2021 · 2 comments

Comments

@blackspherefollower
Copy link
Contributor

Regardless of any overrides you configure, playground will only connect to ws://localhost:12345

This is more likely an issue with the connection component than playground itself.

@salaink
Copy link

salaink commented Oct 21, 2023

it's an issue with the playground. the code that uses the configured uri is commented out:

this.CloseUiMessage();
this.isConnecting = true;
console.log("Client connecting");
let connector = new ButtplugWebsocketConnectorOptions();
connector.Address = "ws://127.0.0.1:12345";
await this.Connect(connector);

it's a bit confusing :)

@blackspherefollower
Copy link
Contributor Author

Oh, I know. I think things broke during the last major Vue update.

Nothing has really happened here since the functionality was duplicated in Intiface desktop (and now central).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants