We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116a312 commit 89b6885Copy full SHA for 89b6885
RabbitMQ/InboundAdapter.cls
@@ -95,7 +95,7 @@ ClassMethod ListToMessage(list As %ListOfDataTypes) As RabbitMQ.Message
95
/// Decode message body. May be full body or only a piece.
96
Method DecodeMessageBody(body As %String) As %String
97
{
98
- Set:..Encoding'="" body = $zcvt(body, "O", ..Encoding)
+ Set:..Encoding'="" body = $zcvt(body, "I", ..Encoding)
99
Quit body
100
}
101
0 commit comments