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

Fix nil pointer error due to race condition in Relay #885

Closed
vanstee opened this issue Jul 26, 2016 · 0 comments
Closed

Fix nil pointer error due to race condition in Relay #885

vanstee opened this issue Jul 26, 2016 · 0 comments
Milestone

Comments

@vanstee
Copy link
Member

vanstee commented Jul 26, 2016

After uninstalling a bundle, adding a command, reinstalling, and then running that command, relay crashes because it cannot find that command in the bundle's command array because it only knows about the old version. Instead of crashing, we should just return a "Command not found" response.

@vanstee vanstee added this to the Cog 0.12.0 milestone Jul 26, 2016
@kevsmith kevsmith removed the review label Jul 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants