taskq
taskq copied to clipboard
Can't pass nil argument to Message handler that has an interface parameter
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.