Upgrading to Thrift 0.13.1. This version is a fork of 0.13.0 with a patch on top of it to fix an issue where trying a realis call after the connection has been closed results in a panic.
This commit is contained in:
parent
406640c7a9
commit
34d5ab976f
9 changed files with 1715 additions and 1049 deletions
2
go.mod
2
go.mod
|
@ -7,6 +7,6 @@ require (
|
|||
github.com/stretchr/testify v1.5.0
|
||||
)
|
||||
|
||||
replace github.com/apache/thrift v0.12.0 => github.com/ridv/thrift v0.12.2
|
||||
replace github.com/apache/thrift v0.13.0 => github.com/ridv/thrift v0.13.1
|
||||
|
||||
go 1.13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue