It appears that `eval_updates` does not filter out empty subscription updates coming from `eval_delta`. https://github.com/clockworklabs/SpacetimeDB/blob/ec30c0b0482d4f762f2e72fbceb6d77aefd7397c/crates/core/src/subscription/module_subscription_manager.rs#L543 We should probably update `eval_delta` to return `None` in the case of an empty update.