I found weird behavior, when I serialize message to json at the end there is null character \u0000.
I can't figure out why this is happening, in the end I'm sending this to temporal and deserializing on worker where it fails with Cannot decode json string
I found weird behavior, when I serialize message to json at the end there is null character
\u0000
. I can't figure out why this is happening, in the end I'm sending this to temporal and deserializing on worker where it fails withCannot decode json string
I have reproduce this here: https://github.com/keboola/php-storage-driver-teradata/blob/746eb8f0b7ea7d1facc4041cf5d671999a5a581c/test.php this is only object where encountered this https://github.com/keboola/php-storage-driver-teradata/blob/zajca-kbc-2874/proto/table.proto#L199
This is output when I run this script (note the end):
This is what I see in debuger in my app: