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

Getting chat events for a non-existent channel results in a timeout. #127

Open
mmacfadden opened this issue May 17, 2020 · 0 comments
Open
Assignees
Labels
bug Something isn't working server Issues related to the server
Milestone

Comments

@mmacfadden
Copy link
Contributor

Versions

  • Convergence Version: 1.0.0-rc.6

Describe the Bug
When making a rest call to /chats/<chat-id>/events for a chat that does not exist, a request timeout occurs. This is because the request goes to a ChatActor which is a sharded actor. This actor boots up and immediately determines that the chat does not exist and shuts down. It does this without responding to the incoming request.

Expected Behavior
There should still be a response back to the chat rest actor so a "not_found" HTTP response can be given.

@mmacfadden mmacfadden added bug Something isn't working server Issues related to the server labels May 17, 2020
@mmacfadden mmacfadden added this to the 1.0.0-rc.9 milestone Jun 13, 2021
@mmacfadden mmacfadden self-assigned this Jun 13, 2021
@mmacfadden mmacfadden modified the milestones: 1.0.0-rc.9, 1.0.0-rc.11 Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server Issues related to the server
Projects
None yet
Development

No branches or pull requests

1 participant