diff options
author | Loïc Hoguin <[email protected]> | 2011-09-22 21:33:56 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-09-22 23:15:54 +0200 |
commit | d0f711a61d54e3286b71017d20a9cc8fe1eff7ed (patch) | |
tree | 64171fd0a49a900bc73782c2193801023ea5e810 /src/cowboy_acceptors_sup.erl | |
parent | 04f55eb3c925705da28b3509b2f7e6b203632391 (diff) | |
download | cowboy-d0f711a61d54e3286b71017d20a9cc8fe1eff7ed.tar.gz cowboy-d0f711a61d54e3286b71017d20a9cc8fe1eff7ed.tar.bz2 cowboy-d0f711a61d54e3286b71017d20a9cc8fe1eff7ed.zip |
Add a test for websocket hibernate + timeout and fix this use case
The issue was that we were calling erlang:hibernate before a
receive .. after .. end call. Erlang hibernates the process before
reaching the receive instruction and we therefore couldn't enter
the after clause when hibernating.
This is now fixed by using erlang:send_after instead and receiving
that message instead of using an after clause.
Diffstat (limited to 'src/cowboy_acceptors_sup.erl')
0 files changed, 0 insertions, 0 deletions