Browse Source

bug: should push to the end of the queue

PYADPT-55
Volker Birk 6 years ago
parent
commit
2c65831d78
  1. 2
      src/adapter.cc

2
src/adapter.cc

@ -72,7 +72,7 @@ namespace pEp {
} }
try { try {
queue().push_front(ev); queue().push_back(ev);
} }
catch (exception&) { catch (exception&) {
return 1; return 1;

Loading…
Cancel
Save