Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

No more able to publish or fetch messages after calling reset_state #183

Open
dominic22 opened this issue Oct 26, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@dominic22
Copy link

Bug description

Seems like the reset_state function seems to be broken I am no more able to receive the messages from the beginning of a channel using fetch_next_msgs and in addition I am not able to write new messages to the channel after reset_state was called.

Rust version

WASM bindings:
"@iota/streams": "^0.1.2",

Steps To reproduce the bug

See codesandbox:
https://codesandbox.io/s/quizzical-heyrovsky-1rsr1?file=/src/index.js

Expected behaviour

Author/Subscriber is able to fetch the messages again from the beginning of the channel and is also able to publish news messages.

Actual behaviour

I am no more able to receive the messages from the beginning of a channel using fetch_next_msgs and in addition I am not able to write new messages to the channel after reset_state was called.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant