Open
Description
When gen_batch_server
is compiled with erlc
from Erlang/OTP 26.2.x, the compiler emits the following:
gen_batch_server.erl:269: Warning: INFO: receive matches any message, this is always fast
gen_batch_server.erl:323: Warning: INFO: receive matches any message, this is always fast
I find this message to not be particularly helpful. Two specific complaints:
- Is this a warning? is this an info message? It says both
- This is likely meant to be a warning but it says "this is always fast" which is usually something to strive for
So what is this message trying to tell me? With the current wording I have to guess.