diff --git a/src/ws_h.erl b/src/ws_h.erl index f95cef1..a777eab 100644 --- a/src/ws_h.erl +++ b/src/ws_h.erl @@ -18,7 +18,7 @@ websocket_handle(_Data, State) -> {[], State}. websocket_info({timeout, _Ref, Msg}, State) -> - erlang:start_timer(1000, self(), <<"Tudo bem?">>), + %erlang:start_timer(1000, self(), <<"Tudo bem?">>), {[{text, Msg}], State}; websocket_info(_Info, State) -> {[], State}.