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
Observed result or behaviour:
The Publisher and Subscriber alias do not have a default parameter for the user-header which means that PublisherImpl and SubscriberImpl must be used directly.
Expected result or behaviour:
The Publisher and Subscriber alias can be used for the user-header.
Conditions where it occurred / Performed steps:
Try to add a second template argument to the Publisher and Subscriber.
The text was updated successfully, but these errors were encountered:
Required information
Operating system:
all
Compiler version:
all
Observed result or behaviour:
The
Publisher
andSubscriber
alias do not have a default parameter for the user-header which means thatPublisherImpl
andSubscriberImpl
must be used directly.Expected result or behaviour:
The
Publisher
andSubscriber
alias can be used for the user-header.Conditions where it occurred / Performed steps:
Try to add a second template argument to the
Publisher
andSubscriber
.The text was updated successfully, but these errors were encountered: