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
When a Task is regsistered where the Handler has input parameters that are interface types, queue entries constructed via myTask.WithArgs(nil) will cause a panic when fnArgs in handler.go tries to pass an untyped nil as the interface type's zero (nil) value.
The text was updated successfully, but these errors were encountered:
shaunco
added a commit
to shaunco/taskq
that referenced
this issue
Nov 20, 2021
When a Task is regsistered where the Handler has input parameters that are
interface
types, queue entries constructed viamyTask.WithArgs(nil)
will cause a panic whenfnArgs
inhandler.go
tries to pass an untypednil
as the interface type's zero (nil) value.The text was updated successfully, but these errors were encountered: