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

The plaintext protocol TCP should not return 'accepted' if things fail #111

Open
dougthor42 opened this issue Feb 28, 2019 · 0 comments
Open

Comments

@dougthor42
Copy link
Owner

Right now you can send in some TCP data via the plaintext protocol and it'll say accepted, even if there was an error.

At the very least it should be more specific saying something like "the TCP request was acknowledged and accepted. The data may still error out when adding."

This would not really be an issue if I refactor how the DB interaction is done (have the celery worker talk to the DB instead of Flask doing so).

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

1 participant