Correcting type info in thrift_processor state record
Client: Erlang

The 'support for Multiplexing Services' changed so that the processor could
be initiated with a multiplexed map wrapper.
https://github.com/apache/thrift/commit/ae971ce

Fixes dialyzer warnings in src/thrift_processor.erl
Line 52 Column 31: Guard test is_list(HandlerModules::atom()) can never succ...
Line 66 Column 87: The call thrift_multiplexed_map_wrapper:fetch(ServiceName...

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