mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Dont remove offer at EOFException
This commit is contained in:
parent
6057c20406
commit
0bc9a8a7f8
@ -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…
x
Reference in New Issue
Block a user