We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are using flux and trying to cancel a subscriber using rx.subscription.Cancel().
But we are seeing the following panic error:
panic: frame has been released! goroutine 682 [running]: github.com/rsocket/rsocket-go/core/framing.(*bufferedFrame).HasFlag(...) /go/pkg/mod/github.com/rsocket/[email protected]/core/framing/buffered.go:47 github.com/rsocket/rsocket-go/core/framing.(*bufferedFrame).trySeekMetadataLen(0xc00007ea80?, 0x5578bb59a7cd?) /go/pkg/mod/github.com/rsocket/[email protected]/core/framing/buffered.go:100 +0x19d github.com/rsocket/rsocket-go/core/framing.(*bufferedFrame).trySliceMetadata(0xc000c75f50, 0x0) /go/pkg/mod/github.com/rsocket/[email protected]/core/framing/buffered.go:113 +0x27 github.com/rsocket/rsocket-go/core/framing.(*PayloadFrame).Metadata(0x1b2?) /go/pkg/mod/github.com/rsocket/[email protected]/core/framing/payload.go:61 +0x1e
Please provide any suggestion/advise if we're missing anything here.
go version: 1.19.4 rsocket library version: v0.8.12 libraries used: rx/subscriber.go which uses reactor.Subscription (reactor-go/subscriber.go)
netty
javar -version
node --version
uname -a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are using flux and trying to cancel a subscriber using rx.subscription.Cancel().
But we are seeing the following panic error:
Please provide any suggestion/advise if we're missing anything here.
Your Environment
go version: 1.19.4
rsocket library version: v0.8.12
libraries used: rx/subscriber.go which uses reactor.Subscription (reactor-go/subscriber.go)
netty
, ...): reactor v0.5.5javar -version
) or Node version (node --version
)):uname -a
): macOS VenturaThe text was updated successfully, but these errors were encountered: