atomist / automation-client

Automation client for running command and events handlers against the Atomist API.
GNU General Public License v3.0
15 stars 16 forks source link

`promptFor` not sending continuation message in cluster mode #592

Closed cdupuis closed 5 years ago

cdupuis commented 5 years ago

In cluster mode the promptFor continuation messages aren't correctly sent. The executing worker attempts to directly submit the message onto the WebSocket and that fails with WebSocket has been destroyed before we were able to send the message because there is not WS open on the worker.

Instead dispatch the method to the master to have it sent over the WS.

cdupuis commented 5 years ago

Related issue atomist/sdm#765 created

cdupuis commented 5 years ago

Related issue atomist/sdm#765 closed by @cdupuis

[atomist:generated] [atomist:related-issue]