MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.61k stars 627 forks source link

Mailcore crash - MCObject.cpp:76: assert 0 #1826

Open shallquist opened 5 years ago

shallquist commented 5 years ago

/Users/hoa/MailCore-Builds/dependencies/workdir/20160406205156/src/mailcore2-ios/src/core/basetypes/MCObject.cpp:76: assert 0

I'm using MCOIMAPSession on background threads to keep interface from locking as requests are made. Cannot figure out why this is crashing here.

qqq1010440810 commented 3 months ago

I also encountered the same problem, may I ask if you have solved it?