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
SteVe Version : Version: 3.8.0-SNAPSHOT Operating system : Docker/OSX JDK : Docker/OSX Database : MariaDB
Page doesn't crash.
Page crashes.
echo '[2, "dddb2599-d678-4ff8-bf38-a230390a1200", "StartTransaction", {"connectorId": 42, "meterStart": 42, "idTag": "some id", "timestamp": "222222017-10-27T19:10:11Z"}]'|websocat -H="Sec-WebSocket-Protocol:ocpp1.6" ws://localhost:8180/steve/websocket/CentralSystemService/1
This is the response I got back, which seems fine.
[3,"dddb2599-d678-4ff8-bf38-a230390a1200",{"transactionId":1,"idTagInfo":{"status":"Invalid"}}]
Thanks.
The text was updated successfully, but these errors were encountered:
The issue comes first from the station which sent an invalid message.
Steve could reject the invalid message but it is possible the station will continue the send it.
Maybe Steve should drop the invalid message and notify about the issue.
Sorry, something went wrong.
No branches or pull requests
Checklist
Specifications
Expected Behavior
Page doesn't crash.
Actual Behavior
Page crashes.
Steps to Reproduce the Problem
This is the response I got back, which seems fine.
Additional context
Thanks.
The text was updated successfully, but these errors were encountered: