-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fixed bug sending event #56
Conversation
Signed-off-by: Aneesh Puttur <[email protected]>
linuxptp-daemon side:
consumer side:
Is this change fix this send(TO) error? I am running with MOCK_PLUGIN. |
Here data is actually getting send, but send says it failed. |
The fix should have taken care of that error. Are you running consumer and producer as two different container ? |
@aneeshkp yes two different containers, any problems with this configurations. |
@nmathew please create an issue under clouen-event-proxy project and we can discuss it there. I am able to recreate same message with mock_plugin and look into fixing that. Like you said its false error and events are actually getting delivered. |
Actual issue is here Azure/go-amqp#193. |
Signed-off-by: Aneesh Puttur [email protected]
fixing a bug that prevented event getting posted