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: duplicate validator for topic error when trying to re-subscribe to previously unsubscribed topic #922

Closed
fbarbu15 opened this issue Nov 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@fbarbu15
Copy link

To Reproduce
Steps to reproduce the behavior:
Using REST API or RPC:

  1. Subscribe to a topic
  2. Un-Subscribe from that topic
  3. Re-Subscribe back to that topic
    => HTTP 500 with empty response on REST
    => HTTP 400 with duplicate validator for topic on RPC

Error can also be seen in the attached docker log
node1_2023-11-23_09-46-33__2aa529bb-3b7b-47f3-8454-de0f18123539__wakuorg_go-wakulatest.log

Expected behavior
This should work, it works on nwaku side. Seems that some cleanup is not done correctly when unsubscribing

go-waku version/commit hash

wakuorg/go-waku:latest

@chaitanyaprem
Copy link
Collaborator

chaitanyaprem commented Nov 27, 2023

Weekly Update

  • achieved: fix relay subscribe API issue causing failure in resubscription to a pubsubtopic, return appropriate errors in relay REST API

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
Archived in project
Development

No branches or pull requests

2 participants