Queue binding failed,but no exception or error logs #9251
-
Below is the code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@EricLye there isn't much to work with I'm afraid. We do not guess in this community. See internal events. All new bindings (after you attach an event consumer) should result in events logged there. A traffic capture will show what is actually sent by both the client and the API endpoint it uses. The client you use may be swallowing exceptions or delaying operations. We don't have any details on what the client is. Putting together an executable way to reproduce would answer this and other questions. |
Beta Was this translation helpful? Give feedback.
@EricLye there isn't much to work with I'm afraid. We do not guess in this community.
See internal events. All new bindings (after you attach an event consumer) should result in events logged there. A traffic capture will show what is actually sent by both the client and the API endpoint it uses.
The client you use may be swallowing exceptions or delaying operations. We don't have any details on what the client is. Putting together an executable way to reproduce would answer this and other questions.