issues
search
mbr
/
tinyrpc
A compact, modular transport and protocol agnostic RPC library. Does jsonrpc v2.
https://tinyrpc.readthedocs.org
MIT License
156
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ZMQ communication hang
#119
fishjin-square
opened
6 months ago
0
Time to drop gevent-websocket and jsonext?
#118
opoplawski
opened
8 months ago
0
Bump werkzeug from 2.2.3 to 3.0.1
#117
dependabot[bot]
opened
1 year ago
0
JSONRPCError.error_respond maybe missing underscore?
#116
mike-hart
opened
1 year ago
0
Bump gevent from 22.10.2 to 23.9.1
#115
dependabot[bot]
opened
1 year ago
0
Bump requests from 2.25.1 to 2.31.0
#114
dependabot[bot]
closed
1 year ago
0
Remove dependency on `six`
#113
ntamas
closed
1 year ago
1
Add pyproject.toml for sake of PEP517 compatibility
#112
ntamas
closed
1 year ago
7
Add Python 3.10 and 3.11 to the build matrix
#111
ntamas
closed
1 year ago
0
include msgpack api documentation
#110
lnoor
closed
1 year ago
0
how to call a method of an object in the client side
#109
Fokatu
closed
1 year ago
4
Example programs should specify interpreter "python3"
#108
bignose-debian
closed
1 year ago
4
Error running minimal examples
#107
jcrreis
closed
1 year ago
1
Bump werkzeug from 2.0.0 to 2.2.3
#106
dependabot[bot]
closed
1 year ago
0
Please tag the latest commit to 1.1.5
#105
jcapiitao
closed
1 year ago
1
Include tests in package
#104
jcapiitao
closed
1 year ago
1
dependency on six redundant
#103
pgajdos
closed
1 year ago
1
PEP517
#102
Alessandro-Barbieri
closed
1 year ago
2
parse_reply for batch response
#101
underwit
closed
2 years ago
1
AttributeError: module 'geventwebsocket' has no attribute 'create_connection'
#100
vojtooo
opened
2 years ago
1
Lnoor/zmq timeout
#99
lnoor
closed
2 years ago
0
Is there a way to set up a timeout?
#98
darksidds
closed
2 years ago
6
fix: fix undesired sharing of ID generators between protocol instances
#97
ntamas
closed
2 years ago
1
Multiple JSONRPCProtocol generators may share the same unique ID generator
#96
ntamas
closed
1 year ago
1
Improve typing of @public decorators
#95
ntamas
closed
3 years ago
0
Added verification for response ids in jsonrpc protocol
#94
azebell
closed
3 years ago
0
Passing one-way specification to transport. Fixes #78.
#93
tadmccorkle
closed
3 years ago
2
RPCClient.call should accept *args and **kwargs.
#92
azebell
closed
3 years ago
2
Request ID Generators, addresses issue #69
#91
azebell
closed
3 years ago
2
Added RabbitMQ transport server and client, added tests, closes #89
#90
azebell
closed
3 years ago
2
Add RabbitMQ Transport
#89
azebell
closed
3 years ago
2
Create async version of tinyrpc
#88
lnoor
opened
3 years ago
8
Bump py from 1.5.4 to 1.10.0
#87
dependabot[bot]
closed
3 years ago
0
Request default kwargs don't work with dispatch
#86
ggggggggg
closed
3 years ago
0
Add Content-Type header to WSGI transport
#85
3to1null
closed
4 years ago
1
Add MSGPACK-RPC as an alternative protocol besides JSON-RPC
#84
ntamas
closed
5 years ago
5
JSON-RPC error responses should include the request ID if it can be inferred from the request
#83
ntamas
closed
5 years ago
2
Added missing string placeholder in add_method
#82
TheSaw
closed
5 years ago
1
WSGI transport simultaneous requests
#81
litnimax
closed
3 years ago
1
Fix documentation of unique_id attributes
#80
mivade
closed
5 years ago
1
Support class method handlers (was: Let me join the discussion.)
#79
lnoor
closed
5 years ago
7
Transport needs to know if it's a one way request
#78
litnimax
closed
3 years ago
2
Callback transport dropping context
#77
litnimax
closed
3 years ago
6
Missing tag release 1.0.1
#76
amoralej
closed
5 years ago
1
Unit tests in tests/test_dispatch.py fail with pytest > 4
#75
amoralej
closed
3 years ago
1
RPCDispatch.dispatch "caller" parameter removed in 1.0
#74
DrPyser
closed
5 years ago
16
AttributeError in tinyrpc 1.0.0
#73
drnextgis
closed
5 years ago
5
gevent.wsgi was renamed to gevent.pywsgi in 2009
#72
drnextgis
closed
5 years ago
1
Problem with the module queue
#71
BenjaminRouzaud
closed
5 years ago
2
@lnoor, I now see a problem. `JSONRPCProtocol` class doesn't verify response IDs:
#70
lnoor
closed
3 years ago
3
Next