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

Asynchronous JSON-RPC Server #45

Open
Noor-Kalibbala opened this issue Oct 15, 2020 · 6 comments
Open

Asynchronous JSON-RPC Server #45

Noor-Kalibbala opened this issue Oct 15, 2020 · 6 comments

Comments

@Noor-Kalibbala
Copy link

when u read documenetation u talk about Asynchronous JSON-RPC Server but its not included in actual code

@tcalmant
Copy link
Owner

Hi,
It's in the protocol_extract branch, not in master (and not released).

The documentation of this branch is here, but it's "work in progress" I didn't work on for a while.

@Noor-Kalibbala
Copy link
Author

@tcalmant thank u for your response , i think let me just clone this project https://github.com/tcalmant/jsonrpclib/tree/protocol_extract

@Noor-Kalibbala
Copy link
Author

@tcalmant sorry for disturbing u, when u install using pip the protocol_extract branch impl folder is not included in local files

@tcalmant
Copy link
Owner

Indeed, it is not mature enough to go in the master branch, which is what you install using pip install jsonrpclib-pelix.

You should try pip install "git+https://github.com/tcalmant/jsonrpclib.git@protocol_extract" instead

@Noor-Kalibbala
Copy link
Author

Noor-Kalibbala commented Oct 15, 2020

@tcalmant i tried to this
from jsonrpclib.impl.aiohttp_impl import AiohttpRequestHandler, AiohttpJsonRpcServer
but i got this error
AttributeError: module 'jsonrpclib' has no attribute 'config'

@Noor-Kalibbala
Copy link
Author

@tcalmant i fixed it

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

No branches or pull requests

2 participants