We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765b69d commit 7bdabc0Copy full SHA for 7bdabc0
1 file changed
crates/core/src/host/module_host.rs
@@ -764,7 +764,8 @@ impl ModuleHost {
764
765
// TODO: Is this being broadcast? Does it need to be, or are st_client table subscriptions
766
// not allowed?
767
- // I don't think it was being broadcast previously.
+ // I (jsdt) don't think it was being broadcast previously. See:
768
+ // https://github.com/clockworklabs/SpacetimeDB/issues/3130
769
stdb.finish_tx(ScopeGuard::into_inner(mut_tx), Ok(()))
770
.map_err(|e: DBError| {
771
log::error!("`call_identity_connected`: finish transaction failed: {e:#?}");
0 commit comments