Skip to content

rpc.ClientSubscription.Unsubscribe() never returns #30156

Closed
@martonp

Description

@martonp

When calling Unsubscribe on an rpc.ClientSubscription, if there is no response, the function will never return.
Maybe CallContext with a timeout should be used instead of Call in requestUnsubscribe here:

func (sub *ClientSubscription) requestUnsubscribe() error {

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions