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

Pubsub subscription blocking + ref counting #52

Closed
aratz-lasa opened this issue Nov 3, 2022 · 1 comment
Closed

Pubsub subscription blocking + ref counting #52

aratz-lasa opened this issue Nov 3, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@aratz-lasa
Copy link
Contributor

aratz-lasa commented Nov 3, 2022

Two issues/bugs are detected in Wetware:

Pubsub subscription blocking

Sometimes when a client connects to a wetware server and iterates over a subscription the client does not exit the loop. Instead, it gets blocked forever.

Topic reference counting

Sometimes if you connect a client to a wetware server and you try to subscribe to a topic, you receive back pubsub.capnp:Topic.subscribe: topic already exists, which indicates an issue related to internal reference counting of topics. Currently, we have no info to reproduce this bug.

@lthibault lthibault added the bug Something isn't working label Nov 4, 2022
@lthibault
Copy link
Collaborator

This appears to happen across incompatible versions of Wetware. Closing (hopefully for good!)

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
None yet
Development

No branches or pull requests

2 participants