-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
The experimental method broadcast_message does not currently accept the **kwargs parameter. limiting arguments that can be passed to the underlying Transport method.
Proposed Solution
Add support for **kwargs as a parameter to the broadcast_message method and pass the keyword arguments to the underlying gather method of the transport
Alternatives Considered
No response
Additional Context
No response
Checklist
- I have read the contributing guidelines
- I have verified this does not duplicate an existing feature request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request