issues
search
uber
/
tchannel-python
Python implementation of the TChannel protocol.
MIT License
76
stars
45
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump future from 0.17.1 to 0.18.3
#498
dependabot[bot]
opened
1 year ago
0
PSA: This repository will be archived in three weeks
#497
abhinav
opened
2 years ago
0
Add version conditioning on futures and context
#496
westover
opened
2 years ago
0
Bump babel from 2.2.0 to 2.9.1
#495
dependabot[bot]
opened
3 years ago
0
Newsetup
#494
islavov
closed
3 years ago
1
Bump pygments from 2.1.2 to 2.7.4
#493
dependabot[bot]
opened
3 years ago
1
Bump jinja2 from 2.8 to 2.11.3
#492
dependabot[bot]
opened
3 years ago
1
Updating to py37 compatibility
#491
westover
closed
5 years ago
2
Update tracing to OpenTracing api 2
#490
westover
closed
5 years ago
1
Python3.4 compatibility
#489
westover
closed
5 years ago
3
Python3 compatibility part 1: Cure errors in local build
#488
westover
closed
5 years ago
3
Moving back to master branch
#487
westover
closed
5 years ago
0
Repairing the build
#486
westover
closed
5 years ago
1
WIP Python 3.4 compatibility
#485
westover
closed
5 years ago
1
how to generate thrift files
#484
xexiyong
closed
5 years ago
1
Update OpenTracing instrumentation package
#483
isaachier
closed
6 years ago
5
Ignore incoming peers only if they're unknown
#482
abhinav
closed
6 years ago
1
test_tracing: Don't verify span contents
#481
abhinav
closed
6 years ago
1
test_tracing: Expect 2 or more span IDs
#480
abhinav
closed
6 years ago
1
peer: Don't send requests to incoming peers
#479
abhinav
closed
6 years ago
0
tchannel-python assumes any incoming connections with host:port in init headers can be used to send RPCs
#478
prashantv
closed
6 years ago
4
I can't run this demo with python3.5
#477
xiaowan
closed
5 years ago
1
travis: Stop testing against pypy
#476
abhinav
closed
7 years ago
0
Added Client Interceptors to tracing implementation
#475
dray92
closed
7 years ago
5
Yield hooks, add a new hook to allow modification of application headers
#474
lucasmarshall
closed
7 years ago
11
Add more robust handling of getting local IP
#473
johankj
closed
5 years ago
2
Getting local IP on a Mac throws exception
#472
johankj
closed
5 years ago
1
Elaborate on TimeoutError(None) errors
#471
willhug
closed
7 years ago
0
Run _close_cb if connection is already closed
#470
willhug
closed
7 years ago
0
Clean/Unlink Queue Nodes from the Queue chain after Queue.get
#469
willhug
closed
7 years ago
0
When the periodic advertise fails continuously, we should kill the process
#468
prashantv
opened
7 years ago
0
Add str functions to peer and PeerClientOperation for better debugability from exc_info
#467
willhug
closed
7 years ago
1
Allow peerGroups to maintain one-off hostports without adding them to heap selection
#466
willhug
closed
7 years ago
1
Don't add explicit hosts to the shared peer list, refs #464
#465
blampe
closed
7 years ago
3
Calls made to specific host:port should not add to the peer list
#464
prashantv
opened
7 years ago
0
handshake timeouts: retry with a different peer
#463
abhinav
closed
8 years ago
1
connection: Fix assert loop running errors
#462
abhinav
closed
8 years ago
1
connection: timed out requests are not pending
#461
abhinav
closed
8 years ago
0
connection: Don't crash on late error frames
#460
abhinav
closed
8 years ago
0
loop: first _step should set loop running right away
#459
abhinav
closed
8 years ago
0
Addressing a couple of nits in the connection-loop branch
#458
willhug
closed
8 years ago
0
connection: Ensure reader loop keeps running
#457
abhinav
closed
8 years ago
0
connection: Fixed fragmentation ordering regression
#456
abhinav
closed
8 years ago
0
misc: fix minor connection.py issues
#455
willhug
closed
8 years ago
1
Outgoing handshakes: Time out after 5 seconds
#454
abhinav
closed
8 years ago
0
Disallow empty service names
#453
abhinav
closed
8 years ago
0
Don't allow channels to be created with no service name
#452
prashantv
closed
8 years ago
0
Propagate message send errors to the caller
#451
abhinav
closed
8 years ago
4
Init handshake should have some sort of timeout
#450
prashantv
closed
8 years ago
0
peer selection: Never choose ephemeral peers
#449
abhinav
closed
8 years ago
1
Next