ByronBecker
ByronBecker
> How are you calling trackCanister? If there's no await or commit point after the call, the messages will be queued, but never sent. @crusso I'm calling it from a...
> What is return type of trackCanister, `async` or `async*`? If async*, the ignore has not effect at all (no message is sent) The return type is `async* ()`
Trying this out with `dfx canister --ic call __motoko_runtime_information --candid internal_stats.did` Where the internal_stats.did file is 👇 ``` type RuntimeInformation = record { compilerVersion : Text; rtsVersion : Text; garbageCollector...
@ggreif Nope, didn't make a difference. Same output. Tried with both dfx 0.24.0 and 0.24.3. Maybe you can try deploying a canister to mainnet and seeing if the response is...
@ggreif @crusso just checking in - has this issue been resolved in a newer version of dfx?