Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPCClient should be able to connect to running node #5975

Closed
shuse2 opened this issue Nov 13, 2020 · 0 comments · Fixed by #5976
Closed

IPCClient should be able to connect to running node #5975

shuse2 opened this issue Nov 13, 2020 · 0 comments · Fixed by #5976

Comments

@shuse2
Copy link
Member

shuse2 commented Nov 13, 2020

Expected behavior

  • Order of initialization should be correct especially schema should be obtained first
  • Obtained schema should be exposed
  • invoke and event listener is jsonrpc now (add _id, and response handling reject err, and check error prop)
  • resolve path const socketDir = path.join(path.resolve(dataPath), ‘tmp’, ‘sockets’);

Actual behavior

  • Some name space fail by undefined schema
  • It needs another call to get schema
  • Response type is outdated
  • IPC cannot connect with relative path

Which version(s) does this affect? (Environment, OS, etc...)

development -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant