Skip to content

Commit 89b6885

Browse files
committed
I $zcvt for inbound adapter
1 parent 116a312 commit 89b6885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMQ/InboundAdapter.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ClassMethod ListToMessage(list As %ListOfDataTypes) As RabbitMQ.Message
9595
/// Decode message body. May be full body or only a piece.
9696
Method DecodeMessageBody(body As %String) As %String
9797
{
98-
Set:..Encoding'="" body = $zcvt(body, "O", ..Encoding)
98+
Set:..Encoding'="" body = $zcvt(body, "I", ..Encoding)
9999
Quit body
100100
}
101101

0 commit comments

Comments
 (0)