Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

rpc: Use UnixSocketServer from libjson-rpc-cpp #4688

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chfast
Copy link
Member

@chfast chfast commented Dec 6, 2017

It builds, but it does not work. The "connection" is closed after a request, so you get something link this:

> eth.syncing
{
  currentBlock: 4418671,
  highestBlock: 4685520,
  startingBlock: 4418645
}
> eth.syncing
Error: write unix @->/home/chfast/.ethereum/geth.ipc: use of closed network connection
    at web3.js:3143:20
    at web3.js:6347:15
    at get (web3.js:6247:38)
    at <unknown>

> eth.syncing
{
  currentBlock: 4418680,
  highestBlock: 4685520,
  startingBlock: 4418645
}
> eth.syncing
Error: write unix @->/home/chfast/.ethereum/geth.ipc: use of closed network connection
    at web3.js:3143:20
    at web3.js:6347:15
    at get (web3.js:6247:38)
    at <unknown>

> eth.syncing
{
  currentBlock: 4420038,
  highestBlock: 4685524,
  startingBlock: 4418645
}

@chfast chfast added the rpc label Dec 6, 2017
@chfast chfast changed the base branch from develop to master August 2, 2018 08:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants