Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: store messages can hang web-chat #277

Open
weboko opened this issue Oct 2, 2023 · 4 comments
Open

bug: store messages can hang web-chat #277

weboko opened this issue Oct 2, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@weboko
Copy link
Contributor

weboko commented Oct 2, 2023

When @vpavlin experimented with sending messages to toy chat it happened that a broken message got sent.
It is a valid message that was accepted by the network but its structure upon rendering hangs the browser.

@weboko weboko added the bug Something isn't working label Oct 2, 2023
@weboko
Copy link
Contributor Author

weboko commented Oct 2, 2023

This was shared as repro step but I didn't try yet.

curl -d '{"jsonrpc":"2.0","id":"id","method":"post_waku_v2_relay_v1_message", "params":["/waku/2/default-waku/proto", {"payload":"CNjMpqgGEglhbm9ueW1vdXMaDFdlIGFyZSBoZXJlIQ==", "timestamp": '$(echo -n $(date +%s)"000000000")', "contentTopic": "/toy-chat/2/huilong/proto", "ephemeral": false}]}' --header "Content-Type: application/json" http://localhost:8545

@danisharora099
Copy link
Contributor

moving to icebox until we can repro it

@fryorcraken
Copy link
Collaborator

moving to icebox until we can repro it

I'd suggest to close unless reproduction is working.

@danisharora099
Copy link
Contributor

moving to icebox until we can repro it

I'd suggest to close unless reproduction is working.

@weboko

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Icebox
Development

No branches or pull requests

3 participants