mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-02 18:47:06 -04:00
Dont remove offer at EOFException
This commit is contained in:
parent
6057c20406
commit
0bc9a8a7f8
1 changed files with 5 additions and 1 deletions
|
@ -168,7 +168,11 @@ public class P2PDataStorage implements MessageListener, ConnectionListener {
|
|||
"closeConnectionReason=" + closeConnectionReason +
|
||||
" / isIntended=" + closeConnectionReason.isIntended +
|
||||
" / Memory(MB): " + Profiler.getUsedMemory());
|
||||
doRemoveProtectedExpirableData(protectedData, hashOfPayload);
|
||||
|
||||
// TODO We get closeConnectionReason TERMINATED which removes offers which should nto be removed
|
||||
// TODO investigate why EOFException happens
|
||||
//doRemoveProtectedExpirableData(protectedData, hashOfPayload);
|
||||
|
||||
} else {
|
||||
log.debug("Remove data ignored as we don't have an entry for that data.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue