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

amqp start.go method StartConfig never calls listenEvents #149

Closed
Jmast opened this issue Jan 8, 2019 · 4 comments
Closed

amqp start.go method StartConfig never calls listenEvents #149

Jmast opened this issue Jan 8, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@Jmast
Copy link

Jmast commented Jan 8, 2019

Describe the bug
amqp gateway does not listen for events as it seems to be missing the line:

go ce.listenEvents(t, config)

in StartConfig method of start.go

To Reproduce
deploy the amqp example in version 0.6

Expected behavior
submitting a message to the amqp exchange should trigger sensor

@VaibhavPage
Copy link
Contributor

#148

@VaibhavPage VaibhavPage added the bug Something isn't working label Jan 8, 2019
@VaibhavPage
Copy link
Contributor

can you try v0.7?

@Jmast
Copy link
Author

Jmast commented Jan 30, 2019

Yes, I will try v0.7 when I get a chance (hopefully in a day or two).

@Jmast
Copy link
Author

Jmast commented Feb 4, 2019

Tried v0.7 and amqp gateway triggers events now. thx.

@Jmast Jmast closed this as completed Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants