Flavio Grossi

Results 10 comments of Flavio Grossi

hi, i wrote about the nginx configuration needed for sockjs here https://github.com/flaviogrossi/sockjs-cyclone#nginx there is also an example configuration file linked there hope this helps

@andywolk if it helps, I think I might be experiencing the same issue, and it seems that for the relevant calls, [this log](https://github.com/signalwire/freeswitch/blob/v1.10.10/src/switch_core_session.c#L1744) is printed in the logs, but not...

this seems to be fixed by modifying this line https://github.com/wookiehangover/jshint.vim/blob/b7eee8428170eb280281ee1451a07a4bbb03e859/ftplugin/javascript/jshint.vim#L219 to `call setqflist(b:qf_list, ' ')` (notice the extra space inside the quotes).

> Have you been using this lib in production and i so, have you been happy with it ? no, we ended up creating [our own library](https://github.com/VoiSmart/syn_supervisor) for various reasons....

if it can help, i think i'm having the same (or related) issue where a big elixir application cannot complete the start phase and when running interactively with `iex -S...

> It's a race. It can only happen the first time `crypto:supports()` or `crypto:supports(curves)` is called and get called by two (or more) Erlang processes at the same time. So,...

@sverker i just tried your PR and it's working for me. Without the patch the deadlock was 100% reproducible in my project. Thanks

some more details: when using active mode (the default without the proposed PR), what happens is that the mint adapter will hit [this condition](https://github.com/elixir-mint/mint/blob/e28c85aad15d1f0cfcb1d5e4f4abada5f37f0f11/lib/mint/http1.ex#L498) trying to debug, it seems to...

> That sounds proper what you expect here. Thank you so much for helping! Maybe i'm missing something, but is it proper? The tesla client ultimately returns `{:error, :undefined}` instead...

some more details: adding a log [here](https://github.com/elixir-tesla/tesla/blob/8e39f97b0bd0fac4c6252ce4cfcd2a0df593164f/lib/tesla/adapter/mint.ex#L123) with the text `"opened socket to #{inspect url} is #{inspect conn.socket}"` and [here](https://github.com/elixir-mint/mint/blob/e28c85aad15d1f0cfcb1d5e4f4abada5f37f0f11/lib/mint/http1.ex#L499) like `"message #{inspect message} is received from socket #{inspect socket}"`...