djg

Results 80 comments of djg

The connector broadcasts its local routes on startup, why does it need a separate "hello" message?

If a connector receives a new route, it broadcasts immediately (https://github.com/interledgerjs/ilp-connector/blob/d2e600bd990c72425728753c27d3e094b9a30009/src/lib/message-router.js#L145-L152).

Right now fixerio's `getCurve()` is using generators + `co`, which is equivalent to promises for our use case.

@sharafian can you confirm whether or not this is fixed in the latest ilp-connector version?

What do you think of running `install-all` during ilp-kit's installation (i.e. as a postinstall hook of the top-level package)?

> Scrolling through the CI log it looks like replica 0's connection was not stable and was being reconnected a few times before the message queue full errors started popping...

The `queued:` log lines are from https://github.com/coilhq/tigerbeetle/blob/1a2863d2cfc3568efae18ef1749a28c21a245985/src/message_bus.zig#L604-L616. The message bus connection's send queue is full of retries for the `register` request. ``` info(message_bus): message queue for peer tigerbeetle.src.message_bus.union:384:19{ .replica =...

Looks like the tests are failing, according to travis ci.

Well, there's [feed-poll](https://github.com/sentientwaffle/feed-poll) but that just does a `setInterval` also. If you want to go the push route you can use [Superfeedr](https://superfeedr.com/), but if you are sticking with pure rss/atom...

Thanks for the questions! > 1. Is there a capability to push a message/notification when the balance gets to 0? e.g. Use TigerBeetle for counting stock/inventory (decrementing) and when a...