mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 19:26:09 -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 +
|
"closeConnectionReason=" + closeConnectionReason +
|
||||||
" / isIntended=" + closeConnectionReason.isIntended +
|
" / isIntended=" + closeConnectionReason.isIntended +
|
||||||
" / Memory(MB): " + Profiler.getUsedMemory());
|
" / 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 {
|
} else {
|
||||||
log.debug("Remove data ignored as we don't have an entry for that data.");
|
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