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
When publishing a message via the REST API without setting a timestamp, default to the current one instead of 0.
timestamp
0
curl -X POST "http://127.0.0.1:8645/relay/v1/auto/messages" \ -H "content-type: application/json" \ -d '{"payload":"XQ==","contentTopic":"/my-app/2/chatroom-1/proto"}'
The text was updated successfully, but these errors were encountered:
Fixed in #2261
Sorry, something went wrong.
No branches or pull requests
When publishing a message via the REST API without setting a
timestamp
, default to the current one instead of0
.The text was updated successfully, but these errors were encountered: