Benoit Chesneau
Benoit Chesneau
to keep maps in order, we first sort it by keys by transforming them as list. Then we process the keys/values in order. ex: ```erlang 2> B = sext:encode(#{ a...
instead it would be quite better to provide another rebar config file just for this purpose so edown is not installed when building a release for production.
from time to time `czmq:zstr_recv_nowait/1` is missing some messages even if you retry it in loop. Is this expected?
Would be interresting to cover the zbeacon API: http://czmq.zeromq.org/manual:zbeacon
I am not sure what are your plan to improve the performance in the lib, but I was thiking that one way to do it would be opening a pipe...
would be cool if you could tag the master to some version :)
I was wondering if anything from the spec is supported. Is anything missing? I'm tempted to use your lib as a replacement to what cowboy offer in a websocket only...
Some applications may takes time to be loaded or initialised which may be an issue sometimes because the worker may be killed in between. One way to fix that would...
[PCP](https://en.wikipedia.org/wiki/Port_Control_Protocol) is the successor of Nat PMP and extends its usage to pro routers. ## TODO: - [ ] support [rfc6887](https://tools.ietf.org/html/rfc6887) and more specifically https://tools.ietf.org/html/rfc6887#section-10.1 , https://tools.ietf.org/html/rfc6887#section-10.2 & https://tools.ietf.org/html/rfc6887#section-11 ##...
having traccing and logging would allows the user to debug more easily the application.