sjdirect / abot

Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.
Apache License 2.0
2.23k stars 555 forks source link

Cannot access Async events in newest version #207

Closed JulioPablo closed 4 years ago

JulioPablo commented 4 years ago

image

sjdirect commented 4 years ago

Async events are gone after version 2.0. The syncronous events should be used instead. Too many issues with users getting into trouble with the async versions. Specifically the most common problem is that the async processors (users code) would fall so far behind the crawl of large sites that they were encountering memory issues.

On Mon, Dec 9, 2019, 8:53 AM JulioPablo notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/33587721/70455508-0de61d80-1a72-11ea-833f-62e4663f6ef8.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sjdirect/abot/issues/207?email_source=notifications&email_token=AA5C3YUSXSKW2XL3ACDQUO3QXZZYPA5CNFSM4JYMU5LKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H7EKMPQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5C3YSS7KJHZIOA3X2WVM3QXZZYPANCNFSM4JYMU5LA .

sjdirect commented 4 years ago

Closing since the removal was by design

JulioPablo commented 4 years ago

Gotcha, the documentation is outdated, the examples show usage of these.