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 doc flint.md#b-launch-receiver-application has:
# If Receiver app launched by request, will send: 201 CREATE Content-Type: application/json { "token":"EE2287DB-D10D-FECD-667B-8342AD095C33" "interval":3 #ping/pong interval }
and:
# If receiver app already running, will send: 200 OK Content-Type: application/json { "token":"EE2287DB-D10D-FECD-667B-8342AD095C33" "interval":3 #ping/pong interval }
Experimentally, the interval returned is 3000 (in-line with the maxInterval units in the request) which I would guess is in milliseconds, not seconds.
interval
3000
maxInterval
The text was updated successfully, but these errors were encountered:
Yes, you are right. The interval is milliseconds but not seconds. Thanks very much!
Sorry, something went wrong.
No branches or pull requests
The doc flint.md#b-launch-receiver-application has:
and:
Experimentally, the
interval
returned is3000
(in-line with themaxInterval
units in the request) which I would guess is in milliseconds, not seconds.The text was updated successfully, but these errors were encountered: