Browse Source

ignore PEP_STATEMACHINE_CANNOT_SEND

synchronous Release_2.1.0-RC1
Volker Birk 5 years ago
parent
commit
3a8b3f4517
  1. 2
      Adapter.cc

2
Adapter.cc

@ -17,6 +17,8 @@ namespace pEp {
return;
if (status >= 0x400 && status <= 0x4ff)
return;
if (status == PEP_STATEMACHINE_CANNOT_SEND)
return;
if (status == PEP_OUT_OF_MEMORY)
throw bad_alloc();
if (status == PEP_ILLEGAL_VALUE)

Loading…
Cancel
Save