Chris Marslender

Results 29 comments of Chris Marslender

Yep.. I initially looked at using the core parser to parse them and then reassembling that data myself, but as far as I could tell, there wasn't any way to...

> looks like this functionality has been broken with this commit [029d93b](https://github.com/Chia-Network/chia-docker/commit/029d93be6d31f66e004b37b94aa5cc0490e109a6) @cmmarslender can we update this so the full node peer host(s) can also be provided as before? Didn't...

It does look like it should only break if `network_port` was defined somewhere, but either way, we should probably standardize on the new key.

This work was completed in https://github.com/Chia-Network/chiapos/pull/402

> This matches the behavior of the JavaScript API, which returns from `connect` immediately (it is not a `Promise`), and thus does not indicate whether the connection has been established...

Reading returns an error in most cases. There are certain types of applications where this doesn't seem to be particularly reliable though. I did some testing in node earlier, and...

> > I did some testing in node earlier, and while the socket.connect call itself does not return a promise, you are able to attach event listeners to events like...

Thanks for reporting. I think this happens for another person internally as well. I'm not entirely sure what causes it, but I can look and see if its possible to...