lbry-sdk/lbrynet/core/client
Job Evers-Meltzer f7864e8cb7 Only store the offer explicitly when its sent
Ran into a situation where I was recieving an offer response without
something in protocol_offers. I think this was because
get_and_set_rate doesn't always populate that dictionary.

Worried that there still might be issues if the connection is
unreliable: if a response comes in twice it will error or
if a second offer is made without a response to the first
there will be an error.
2016-12-20 10:37:42 -08:00
..
__init__.py initial commit 2015-08-20 11:27:15 -04:00
BlobRequester.py Only store the offer explicitly when its sent 2016-12-20 10:37:42 -08:00
ClientProtocol.py Remove commented code 2016-12-15 18:58:06 -06:00
ClientRequest.py pylint: add check for missing-final-newline 2016-12-14 19:21:59 -06:00
ConnectionManager.py fixup long lines 2016-12-07 09:38:34 -05:00
DHTPeerFinder.py whitespace 2016-11-03 14:42:57 -05:00
DownloadManager.py fixup long lines 2016-12-07 09:38:34 -05:00
StandaloneBlobDownloader.py fixup long lines 2016-12-07 09:38:34 -05:00
StreamProgressManager.py fixup long lines 2016-12-07 09:38:34 -05:00