Skip to content

Commit

Permalink
Disable bundleStrings RPC extension (#11636)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored Sep 7, 2022
1 parent 98a0bf6 commit 03b8549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export interface RpcMessageEncoder {

}

export const defaultMsgPack = new MsgPack({ moreTypes: true, encodeUndefinedAsNil: false, bundleStrings: true });
export const defaultMsgPack = new MsgPack({ moreTypes: true, encodeUndefinedAsNil: false, bundleStrings: false });
// Add custom msgpackR extension for ResponseErrors.
addExtension({
Class: ResponseError,
Expand Down

0 comments on commit 03b8549

Please sign in to comment.