uwiger / plain_fsm

A behaviour/support library for writing plain Erlang FSMs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sys:handle_system_message usage

krestenkrab opened this issue · comments

In https://github.com/uwiger/plain_fsm/blob/master/src/plain_fsm.erl#L531, the function is documented to be called as plain_fsm:handle_system_msg(From, Req, S, ...) -- but the function definition https://github.com/uwiger/plain_fsm/blob/master/src/plain_fsm.erl#L543 has the two first arguments the other way around handle_system_msg(Req, From, ...)

Created pull