tanmaykm / Thrift.jl

Thrift for Julia
Other
27 stars 14 forks source link

fix mixup between binary and UInt8 lists #8

Closed tanmaykm closed 8 years ago

tanmaykm commented 8 years ago

Reading of binary types and thrift lists were mixed up as both are UInt8[]. Looking at the thrift metadata now to disambiguate them.

Adding an optional callback param for auth callbacks that can be used in the show method.