-
Notifications
You must be signed in to change notification settings - Fork 8
Remove gRPC method CanStreamData #74
Copy link
Copy link
Closed
Labels
part:protobufAffects the protocol buffer definition filesAffects the protocol buffer definition filespriority:highAddress this as soon as possibleAddress this as soon as possibletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Metadata
Metadata
Assignees
Labels
part:protobufAffects the protocol buffer definition filesAffects the protocol buffer definition filespriority:highAddress this as soon as possibleAddress this as soon as possibletype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
What's needed?
Removal of this superflous method. The same information can be obtained by checking if the
StreamComponentDatamethod returns an error or not.Proposed solution
Remove
CanStreamDatamethod.Use cases
No response
Alternatives and workarounds
No response
Additional context
No response