cjkeilig
cjkeilig
I'm seeing a `message.copy` error in the [grpc compression-filter](https://github.com/grpc/grpc-node/blob/ec819242f685f3e9d599d22f437213b1143ec3ec/packages/grpc-js/src/compression-filter.ts#L87) due to UInt8Array objects being passed into sendMessage instead of Buffer objects *Error* `TypeError: message.copy is not a function. (In 'message.copy(output,...
I experience something similar, where I reference a util function via import that doesn’t get injected into the task when executing. My fix was to use fast_register_workflow instead of register_workflow...