resume_listener(Ref :: ranch_ref()) -> ok | {error, any()}
ranch:resume_listener - Resume a suspended listener
resume_listener(Ref :: ranch_ref()) -> ok | {error, any()}
Resume a suspended listener.
Ranch will start listening for and accepting connections again. The function ranch:set_transport_options(3) can be used to change the transport options before resuming the listener.
Nothing is done when the listener is already running.
The listener name.
The atom ok
is returned on success.
An error tuple is returned when the listener could not be restarted.
ok = ranch:resume_listener(example).
ranch:start_listener(3), ranch:stop_listener(3), ranch:suspend_listener(3), ranch:get_status(3), ranch:set_transport_options(3), ranch:wait_for_connections(3), ranch(3)
Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:
Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.