We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ef919 commit 0ef6f35Copy full SHA for 0ef6f35
2 files changed
sdks/rust/tests/connect_disconnect_client/src/main.rs
@@ -139,7 +139,7 @@ pub(crate) async fn dispatch() {
139
}
140
141
#[cfg(not(target_arch = "wasm32"))]
142
-fn build_connection(builder: DbConnectionBuilder<RemoteModule>) -> DbConnection {
+async fn build_connection(builder: DbConnectionBuilder<RemoteModule>) -> DbConnection {
143
builder.build().unwrap()
144
145
0 commit comments