Add type information to thrift_reconnecting_client state
Client: Erlang

The module only handles socket transports, which uses gen_tcp.

Fixes the build warning:
===> Compiling thrift
    ┌─ src/thrift_reconnecting_client.erl:
    │
 43 │  -record(state, {
    │   ╰── Warning: record state has field(s) without type information

Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
2 files changed