Skip to content

Commit 7bdabc0

Browse files
committed
Update comment
1 parent 765b69d commit 7bdabc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/core/src/host/module_host.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,8 @@ impl ModuleHost {
764764

765765
// TODO: Is this being broadcast? Does it need to be, or are st_client table subscriptions
766766
// not allowed?
767-
// I don't think it was being broadcast previously.
767+
// I (jsdt) don't think it was being broadcast previously. See:
768+
// https://github.com/clockworklabs/SpacetimeDB/issues/3130
768769
stdb.finish_tx(ScopeGuard::into_inner(mut_tx), Ok(()))
769770
.map_err(|e: DBError| {
770771
log::error!("`call_identity_connected`: finish transaction failed: {e:#?}");

0 commit comments

Comments
 (0)