You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Vert.X instrumentation will create a Token for each listener/handler added to its FutureImpl.
But when multiple listeners/handlers are added to the same FutureImpl, it creates a single ListenerArray, which could have a single Token instead.
Acceptance Criteria
When the ListenerArray is created, create a Token for it, but do not create any further Tokens for any new Listeners.
The text was updated successfully, but these errors were encountered:
Description
The Vert.X instrumentation will create a Token for each listener/handler added to its FutureImpl.
But when multiple listeners/handlers are added to the same FutureImpl, it creates a single ListenerArray, which could have a single Token instead.
Acceptance Criteria
When the ListenerArray is created, create a Token for it, but do not create any further Tokens for any new Listeners.
The text was updated successfully, but these errors were encountered: