OTP 23 Release Candidate 3 had been released
Max Lapshin
max.lapshin@REDACTED
Thu Apr 30 06:12:28 CEST 2020
inet_backend and ssl is just about convenience.
I have to add code like:
Backend = case SocketTransport of
gen_tcp -> [{inet_backend, socket}];
_ -> []
end,
case SocketTransport:listen(Port, Backend ++ [binary,{active,
false},{reuseaddr, true}] ++ HostOpts ++ TransOpts ++ InetOpts) of
...
We are running our tests (around 4000) with 23.0 pre3. Some failures
are related to new backend (possibly not correctly using this option).
Will notify when we get the results.
More information about the erlang-questions
mailing list