| commit | d966d66cdbf95efcc1af65f24b5a9e1a5110f95b | [log] [tgz] |
|---|---|---|
| author | Björn Svensson <bjorn.a.svensson@est.tech> | Wed Jun 04 16:51:05 2025 +0200 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Fri Jun 06 21:56:03 2025 +0200 |
| tree | 90e58625c008869f3a4d34953617611bf136ae17 | |
| parent | 935fc0c8161888b0193a28c3b69b359393022559 [diff] |
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>