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
the data that is marshalled into a Reading is incorrect, as done via the websocket streamed readings. instead of initializing with the reading data, it initializes with the whole websocket payload which includes the metadata frame which wraps the reading.
this is a pretty straightforward fix. instead of passing in the entire websocket response, just pass in the synse data embedded within the ws response
The text was updated successfully, but these errors were encountered:
the data that is marshalled into a Reading is incorrect, as done via the websocket streamed readings. instead of initializing with the reading data, it initializes with the whole websocket payload which includes the metadata frame which wraps the reading.
this is a pretty straightforward fix. instead of passing in the entire websocket response, just pass in the synse data embedded within the ws response
The text was updated successfully, but these errors were encountered: