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
Hi! I try to use amqp sample, and when I run, I got an compilation error:
github.com/cloudevents/sdk-go/protocol/amqp/v2
..\github.com\cloudevents\sdk-go\protocol\amqp\v2\message.go:125:23: not enough arguments in call to m.AMQP.Reject
have (*amqp.Error)
want (context.Context, *amqp.Error)
..\github.com\cloudevents\sdk-go\protocol\amqp\v2\message.go:130:22: not enough arguments in call to m.AMQP.Accept
have ()
want (context.Context)
When I open message.go - I see an error in the file. This file read-only and func Finish contain errors. It's normal?
The text was updated successfully, but these errors were encountered:
Hi! I try to use amqp sample, and when I run, I got an compilation error:
github.com/cloudevents/sdk-go/protocol/amqp/v2
..\github.com\cloudevents\sdk-go\protocol\amqp\v2\message.go:125:23: not enough arguments in call to m.AMQP.Reject
have (*amqp.Error)
want (context.Context, *amqp.Error)
..\github.com\cloudevents\sdk-go\protocol\amqp\v2\message.go:130:22: not enough arguments in call to m.AMQP.Accept
have ()
want (context.Context)
When I open message.go - I see an error in the file. This file read-only and func Finish contain errors. It's normal?
The text was updated successfully, but these errors were encountered: