jeanparpaillon / erlang-dbus

Erlang DBUS implementation (forked from unmaintained erlang-dbus)
Apache License 2.0
52 stars 22 forks source link

Use `postpone` in dbus_peer_connection #35

Open jeanparpaillon opened 4 years ago

jeanparpaillon commented 4 years ago

dbus_peer_connection uses ad-hoc call queing when not authenticated. We can leverage the postpone action of gen_statem for this