Skip to content

Remove unnecessary variables from StateUpdateResponse and add event type

bayadi requested to merge client-server-communication into main

req_id, success and err are not required on a StateUpdate, instead i added event_type to communicate what happens (start, update, end for now but its easy to expand)

Merge request reports

Loading