Skip to content

change port name from amqp to stream to reflect use #1

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

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

Conversation

maplebed
Copy link

@maplebed maplebed commented Aug 6, 2017

While playing with the Plum switch, I tried connecting an AMQP client to the port labeled AMQP in the source. It didn't work, and after talking to Plum support, found that it's not actually AMQP on that port, just a stream of activity represented as JSON objects and separated by '.\n'.
This PR changes the variable name in the source from amqp to stream to reflect the data flowing across the port. There is no functional change, I just hope to avoid misleading future folks like me reading the code. :)

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.

1 participant