Nikita Vorontsov

Results 9 comments of Nikita Vorontsov

now all tests passed, `rebar3 shell` starts server successfully Changelog: + project structure changed with OTP (http://erlang.org/doc/design_principles/applications.html#directory-structure) recomendations. + update rebar.config to support rebar3 + rebar binary changed to rebar3...

Same problem. Have error only with erlang-21, with erlang-20 all ok. Make little research, add trace lines into `boss_web_controller_handle_request:handle_request` this way: ```erlang -define(TRACE(X), io:format("~p:~p:~p~n", [?MODULE, ?LINE, X])). handle_request(Bridge, RouterAdapter) ->...

start working here: https://github.com/ChicagoBoss/ChicagoBoss/pull/687

current version of CB does not support Erlang 21, supported versions are 19-20

Thanks for response. Also, i would take your attention to data, returned in this example, i mean keys of fields in dictionary, that is ``` erlalng {ok, [{"filename", FileName}, {temp_file,...

Problem with `inspRTP.HandlerDisconnect(h)` for sure. With or without `defer` - doesn't matter. There is not just warning - it is crashes after some time with sigfault. About memory leaks -...