inductiveautomation / ignition-sdk-examples

Ignition SDK Example Projects
164 stars 92 forks source link

Use MESSAGE_REQUEST_EVENT over MESSAGE_RESPONSE_EVENT in fireGatewayM… #76

Closed bannatech closed 3 years ago

bannatech commented 3 years ago

…essage in Messenger Component client code

When loading this module, the perspective Messenger component does not complete a full round trip. I found that the client-side script is using the wrong event name, so the gateway code is ignoring the message entirely and not sending a response.