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
currently the first push/val will take a longer time because of the first connection.
it would be better to warm up the connection on begin() instead and tear everything down with end().
begin()
end()
As pointed by @yhua537 in #375 that would allow sketches to trade additional latency for more memory available.
The text was updated successfully, but these errors were encountered:
Note that this will be affected by #353
Sorry, something went wrong.
@proppy , Any idea when this could be implemented? The original idea is almost 3 years ago.
No branches or pull requests
currently the first push/val will take a longer time because of the first connection.
it would be better to warm up the connection on
begin()
instead and tear everything down withend()
.As pointed by @yhua537 in #375 that would allow sketches to trade additional latency for more memory available.
The text was updated successfully, but these errors were encountered: