mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 00:20:29 -07:00
test connection UI (#4596)
* test connection UI * cleanup Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
co-authored by
Jeremy Letto
parent
00a2a8ab71
commit
0ff59e6d1e
@@ -57,7 +57,11 @@ export class WebClient {
|
||||
public connect(options: WebSocketConnectOptions) {
|
||||
this.connectionAttemptMade = true;
|
||||
this.options = options;
|
||||
this.socket.connect(this.options);
|
||||
this.socket.connect(options);
|
||||
}
|
||||
|
||||
public testConnect(options: WebSocketConnectOptions) {
|
||||
this.socket.testConnect(options);
|
||||
}
|
||||
|
||||
public disconnect() {
|
||||
|
||||
Reference in New Issue
Block a user