game: Handle errors correctly when failing to accept connections.
This commit is contained in:
parent
8415a2e03a
commit
d603955e32
@ -46,7 +46,7 @@ accept(LSocket) ->
|
||||
egs_proto:send_hello(CSocket),
|
||||
PID = spawn_link(?MODULE, process, [CSocket, 0]),
|
||||
ssl:controlling_process(CSocket, PID);
|
||||
{error, timeout} ->
|
||||
_ ->
|
||||
reload
|
||||
end,
|
||||
?MODULE:accept(LSocket).
|
||||
|
Loading…
Reference in New Issue
Block a user