| commit | 9235bec082127e84bf1b0353a0764c9060aca6d2 | [log] [tgz] |
|---|---|---|
| author | Victor Boivie <victor@boivie.com> | Sat Jul 08 13:21:55 2017 +0200 |
| committer | James E. King, III <jking@apache.org> | Mon Sep 04 21:46:24 2017 -0700 |
| tree | c314190714b364731360870e060ca291a46bef41 | |
| parent | 113614b2e5fa60c0666212131155a05a97844691 [diff] |
THRIFT-4246 Multiplexed clients sequence id fix Client: nodejs Previously, all clients would use the latest created multiplexer for generating sequence numbers which would create a mismatch between the mapping of sequence number->service in the connection. This makes the client instances use the multiplexer that is bound to it. This closes #1322