return from connect

This commit is contained in:
sneurlax 2023-09-19 23:51:41 -05:00
parent 5bd399a625
commit 2dc9979db2
3 changed files with 5 additions and 3 deletions

View file

@ -247,6 +247,8 @@ class JsonRPC {
cancelOnError: true, cancelOnError: true,
); );
} }
return;
} }
} }

View file

@ -1648,8 +1648,8 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: "072bb51dc7fbaf187a1d1cfab9b46b53c2c3089f" ref: "7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf"
resolved-ref: "072bb51dc7fbaf187a1d1cfab9b46b53c2c3089f" resolved-ref: "7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf"
url: "https://github.com/cypherstack/tor.git" url: "https://github.com/cypherstack/tor.git"
source: git source: git
version: "0.0.1" version: "0.0.1"

View file

@ -60,7 +60,7 @@ dependencies:
tor_ffi_plugin: tor_ffi_plugin:
git: git:
url: https://github.com/cypherstack/tor.git url: https://github.com/cypherstack/tor.git
ref: 072bb51dc7fbaf187a1d1cfab9b46b53c2c3089f ref: 7123505a9e5f702dba1c0c9aa12b289b5dfbb3bf
# Utility plugins # Utility plugins
http: ^0.13.0 http: ^0.13.0