We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 connection to the open socket (for sending in data to source) persists as long as the application is running.
The connection to the open socket times out (after an indeterminate period), and users can no longer post data to the source panel through port 3001.
The issue is made worse by the fact that the local server gives an OK 200 response even if the connection is timed out.
OK 200
The text was updated successfully, but these errors were encountered:
This will be resolved as part of #98
Sorry, something went wrong.
No branches or pull requests
Expected behavior
The connection to the open socket (for sending in data to source) persists as long as the application is running.
Actual behavior
The connection to the open socket times out (after an indeterminate period), and users can no longer post data to the source panel through port 3001.
The issue is made worse by the fact that the local server gives an
OK 200
response even if the connection is timed out.The text was updated successfully, but these errors were encountered: