You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"type":"WebSocketEvent",
"topic":"openhab/websocket/response/failed",
"payload":"Deserialization error: java.lang.IllegalStateException: Expected a string but was BEGIN_ARRAY at line 1 column 130 path $.payload"}
According to Sending events the response should contain eventId which is missing in the response.
Would it be possible to return the invalid request in a request field as a string?
That way the client side tracking of sent messages and mapping them to eventId would not be necessary.
A new WebSocketRequestInvalid event type would be perfect for that.
The text was updated successfully, but these errors were encountered:
Send this message over websockets (forget json in json for payload)
Receive this:
According to Sending events the response should contain
eventId
which is missing in the response.Would it be possible to return the invalid request in a
request
field as a string?That way the client side tracking of sent messages and mapping them to
eventId
would not be necessary.A new
WebSocketRequestInvalid
event type would be perfect for that.The text was updated successfully, but these errors were encountered: