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:
Renan DelValle 2020-05-05 20:45:17 -07:00
parent 406640c7a9
commit 34d5ab976f
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
9 changed files with 1715 additions and 1049 deletions

View file

@ -1,6 +1,6 @@
#! /bin/bash
THRIFT_VER=0.12.0
THRIFT_VER=0.13.0
if [[ $(thrift -version | grep -e $THRIFT_VER -c) -ne 1 ]]; then
echo "Warning: This wrapper has only been tested with version" $THRIFT_VER;