-
Notifications
You must be signed in to change notification settings - Fork 8
Design Notes
Don Mendelson edited this page Jul 24, 2020
·
2 revisions
So far, events are published in synchronous fashion, and every possible event is published whether a client is interested or not. Performance has not been a problem so far, at least for small markdown files. However, for the future, consider changing to a subscribe/publish and asynchronous event paradigm.