smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 245 forks source link

fix WebSocketServerTransportAdapter::Store write to last state #3772

Closed iCollin closed 3 years ago

iCollin commented 3 years ago

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Connect webengine app, Subscribe to a button, Ignition Cycle, Connect same webengine app with last receivedHash ID App should receive SUCCESS on develop App receives RESUME_FAILED

Summary

adjust WebSocketServerTransportAdapter::Store so it writes the data to last state, it hasn't since https://github.com/smartdevicelink/sdl_core/pull/3735

CLA