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

Delete unused GQL subscriptions #1776

Closed
longfin opened this issue Dec 19, 2022 · 0 comments · Fixed by #1800
Closed

Delete unused GQL subscriptions #1776

longfin opened this issue Dec 19, 2022 · 0 comments · Fixed by #1800
Assignees

Comments

@longfin
Copy link
Member

longfin commented Dec 19, 2022

Also, we should check these subscriptions (monster collection v1 related)

public ReplaySubject<MonsterCollectionState> MonsterCollectionStateSubject { get; } = new ReplaySubject<MonsterCollectionState>();
public ReplaySubject<MonsterCollectionStatus> MonsterCollectionStatusSubject { get; } = new ReplaySubject<MonsterCollectionStatus>();

Originally posted by @longfin in https://github.com/planetarium/devops/issues/24#issuecomment-1357152464

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants