You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: