59 Commits (b9afcbe3a2f49bee4b7dbea4980736c88b6740c4)

Author SHA1 Message Date
  Thomas Corbière ab00bf7c8b standardize PRNG access (#1411) 6 years ago
  Jae Kwon 3ca5292dc9 Fix rpc tests 6 years ago
  Jae Kwon 3037b5b7ca Fix rpc/lib/... 6 years ago
  Thomas Corbière 2644a529f0 Fix lint errors (#1390) 6 years ago
  Anton Kaliaev 0f41570c80
fixes from bucky's review 6 years ago
  Ethan Buchman ca3655a409 types: p2pID -> P2PID 6 years ago
  Zach 2cc63069c6 rename dummy to kvstore (#1223) 6 years ago
  Anton Kaliaev 2a24ae90c1
fixes from Jae's review 6 years ago
  Zach 12c5a57415
determinisitic linter (#902) 7 years ago
  Anton Kaliaev c6b2334fa3
check for error when stopping WSClient 7 years ago
  Anton Kaliaev 69b5da766c
service#Start, service#Stop signatures were changed 7 years ago
  Zach Ramsay d033470817 lil fixes 7 years ago
  Zach Ramsay d7cb291fb2 errcheck; sort some stuff out 7 years ago
  Zach Ramsay 68e7983c70 linting errors: afew more 7 years ago
  Zach Ramsay 8f0237610e linting errors: clean it all up 7 years ago
  Zach Ramsay b75d4f73e7 errcheck: PR comment fixes 7 years ago
  Zach Ramsay 57ea4987f7 linting: apply errcheck part1 7 years ago
  Ethan Buchman a969e24177 crank context timeouts 7 years ago
  Ethan Buchman 593c127257 rpc/lib/types: RPCResponse.Result is not a pointer 7 years ago
  Anton Kaliaev f6539737de
new pubsub package 7 years ago
  Emmanuel Odeke 6e5cd10399
rpc/lib/client: jitter test updates and only to-be run on releases 7 years ago
  Silas Davis 4cb02d0bf2
Exploit the fact the BaseService's closed Quit channel will keep emitting quit signals to close both readRoutine and writeRoutine 7 years ago
  Silas Davis f6adddb4a8
Replace ResultsCh with ResponsesCh 7 years ago
  Silas Davis 01be6fa309
Fix WSClient blocking in the readRoutine after Stop() as it tries to write to ResultsCh 7 years ago
  Emmanuel Odeke 5504920ba3
rpc/lib/client: add jitter for exponential backoff of WSClient 7 years ago
  Adrian Brink 036d3b59a3 Address reviews 7 years ago
  Adrian Brink 782a836db0 Cleanup of code and code docs 7 years ago
  Silas Davis 3e3d53daef
Make RPCError an actual error and don't swallow its companion data 7 years ago
  Anton Kaliaev 45ff7cdd0c rewrite ws client to expose a callback instead of a channel 7 years ago
  Alexandre Thibault ce36a0111a rpc: subscribe on reconnection (#689) 7 years ago
  Anton Kaliaev 7fadde0b37 check for request ID after receiving it 7 years ago
  Anton Kaliaev e36c79f713 capitalize RpcError 7 years ago
  Anton Kaliaev b700ed8e31 remove check for non-empty message as it should always be present 7 years ago
  Anton Kaliaev 6c1572c9b8 fix invalid memory address or nil pointer dereference 7 years ago
  Dave Bryson 60a1f49a5c updated json response to match spec by @davebryson 7 years ago
  Ethan Buchman 9dde1a0bd4 rpc: comments 7 years ago
  Anton Kaliaev 2fd8496bc1
correct handling of pings and pongs 7 years ago
  Anton Kaliaev 236489aecf
backlog must always have higher priority 7 years ago
  Ethan Buchman 797acbe911 ws: small comment 7 years ago
  Anton Kaliaev 8267920749
[ws-client] write normal close message 7 years ago
  Anton Kaliaev 23a87304cc
add a comment for PingPongLatencyTimer [ci skip] 7 years ago
  Anton Kaliaev 57eee2466b
make WSClient thread-safe 7 years ago
  Anton Kaliaev 5d66d1c28c
fixes from review 7 years ago
  Anton Kaliaev 0013053fae
allow to change pong wait and ping period 7 years ago
  Anton Kaliaev 1abbb11b44
do not exit from reconnectRoutine! 7 years ago
  Anton Kaliaev 54903adeff
add IsReconnecting and IsActive methods 7 years ago
  Anton Kaliaev c08618f7e9
expose latency timer on WSClient 7 years ago
  Anton Kaliaev d578f7f81e
biff up WS client 7 years ago
  Ethan Frey aac85a14f0 httpDialer accepts no prefix or http:// as tcp:// 7 years ago
  Anton Kaliaev b4ece65726
standardize key for errors (should be "err") 7 years ago