Hungry

Results 8 issues of Hungry

for our usage and on my way implement tendermint state sync (https://github.com/tendermint/tendermint/issues/828), I found dotgraph is helpful while it somehow broken now: 1. node key and values are encoded []byte...

The comment says `MQTTConnectHandler` has a parameter `sessionPresent` https://github.com/novastone-media/MQTT-Client-Framework/blob/7c5e329f5a916595d3064e2e0aea7b3597d4a4a8/MQTTClient/MQTTClient/MQTTSession.h#L498-L525 But the definition of `MQTTConnectHandler` doesn't have that parameter. Is the comment out-of-date? https://github.com/novastone-media/MQTT-Client-Framework/blob/7c5e329f5a916595d3064e2e0aea7b3597d4a4a8/MQTTClient/MQTTClient/MQTTSession.h#L274

successful XLM transfers: https://stellarchain.io/address/GBDAGK6PRANMCIXP4TE2L2M4Q7CDUR77WS6XA5TQXADQKTUNHUZBCRCC

enable client code tell old and new party apart if they run old/new party within one process

after delete test/_fixtures folder Currently, if we delete test/_fixtures folder, the keygen won't run because PIDs are not generated so that no local parties will be started. The testing will...

you set non blocking here for handle read: https://github.com/mailru/easygo/blob/0c8322a753d040315fe938f6d1307cdebbe395c8/netpoll/handle.go#L91-L93 but on poller.Start(), the call to fd() would set underlying file to blocking mode again. https://github.com/mailru/easygo/blob/0c8322a753d040315fe938f6d1307cdebbe395c8/netpoll/netpoll_kqueue.go#L25 ``` // Fd returns the...

https://github.com/vernemq/vernemq/blob/ffa55369cd881b13f0ccbd62be5df942722c2d2e/apps/vmq_server/src/vmq_server.app.src#L88 Hi dude, I am writing an app working in bad network environment. A message could be 200k while the network speed is ~780kbps, the serverside write timeout would cause...