Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send and receive messages to websocket client endpoint #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sreelathasankaranarayanan

No description provided.

@jsf-clabot
Copy link

jsf-clabot commented Feb 9, 2017

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

{% raw %}
~~~json
[{"id":"2ee67bcf.e9ec74","type":"websocket out","z":"9330addb.1f80a8","name":"WS Echo Server","server":"","client":"ddf9ced0.198cd8","x":359.5,"y":142,"wires":[]},{"id":"4ad89394.6cb89c","type":"inject","z":"9330addb.1f80a8","name":"Say Hello","topic":"","payload":"Hello websockets","payloadType":"str","repeat":"","crontab":"","once":false,"x":150.5,"y":117,"wires":[["2ee67bcf.e9ec74"]]},{"id":"ddf9ced0.198cd8","type":"websocket-client","z":"","path":"ws://echo.websocket.org","wholemsg":"false"}]
[{"id":"73d7301b.92abc","type":"debug","z":"9330addb.1f80a8","name":"debug","active":true,"console":"false","complete":"payload","x":324.5,"y":251,"wires":[]},{"id":"92491c57.ff3888","type":"websocket in","z":"9330addb.1f80a8","name":"WS Echo Server","server":"","client":"ddf9ced0.198cd8","x":150.5,"y":217,"wires":[["73d7301b.92abc"]]},{"id":"ddf9ced0.198cd8","type":"websocket-client","z":"","path":"ws://echo.websocket.org","wholemsg":"false"}]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently this flow won't import for me... looks like this should be one array instead.

[{"id":"d81ec5df.bfa5b8","type":"websocket out","z":"3658255b.2041aa","name":"WS Echo Server","server":"","client":"8f146297.3f29","x":400,"y":760,"wires":[]},{"id":"4c3d1637.22f878","type":"inject","z":"3658255b.2041aa","name":"Say Hello","topic":"","payload":"Hello websockets","payloadType":"str","repeat":"","crontab":"","once":false,"x":191,"y":735,"wires":[["d81ec5df.bfa5b8"]]},{"id":"2308f96f.33b806","type":"debug","z":"3658255b.2041aa","name":"debug","active":true,"console":"false","complete":"payload","x":365,"y":869,"wires":[]},{"id":"faa3cf2b.318bf","type":"websocket in","z":"3658255b.2041aa","name":"WS Echo Server","server":"","client":"8f146297.3f29","x":191,"y":835,"wires":[["2308f96f.33b806"]]},{"id":"8f146297.3f29","type":"websocket-client","z":"","path":"ws://echo.websocket.org","wholemsg":"false"}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants