Skip to content

Commit fbe500c

Browse files
Speshal71viciious
authored andcommitted
Added new response unmarshaling mode
1 parent 6f8008d commit fbe500c

11 files changed

+710
-151
lines changed

binpacket.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func (pp *BinaryPacket) Reset() {
5858
pp.packet.SchemaID = 0
5959
pp.packet.requestID = 0
6060
pp.packet.Result = nil
61+
pp.packet.ResultUnmarshalMode = ResultDefaultMode
6162
pp.body = pp.body[:0]
6263
}
6364

0 commit comments

Comments
 (0)