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
Labels
bug
Something isn't working
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.
The text was updated successfully, but these errors were encountered: