531 B
531 B
- Fixed Genesys AudioHook serializer to always include the
parametersfield in protocol messages. The AudioHook protocol requires every message to carry aparametersobject (even if empty), but_create_messageomitted it when no parameters were provided. This caused clients that validate message structure (including the Genesys reference implementation) to rejectpongand parameter-lessclosedresponses, breaking server sequence tracking and preventingoutputVariablesfrom reaching the Architect flow.