mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-13 11:38:31 +08:00
693bd18267
- Completely remove nylas-long-connection.coffee file and consolidate all logic into nylas-long-connection.es6 and worker-sync/delta-streaming-connection.es6: - Separate it into DeltaStreamingConnection which is specific to the worker-sync package for handling deltas - NylasLongConnection is a "reusable" persistent connection to our API which is also used by the search package - This is a basically a fixed revision of https://phab.nylas.com/D2875, see difff for more info - Makes it so delta streaming does not retry so aggressively on 403s, which happens whenever a user’s trial has expired |
||
---|---|---|
.. | ||
main.es6 | ||
search-actions.es6 | ||
search-bar.cjsx | ||
search-mailbox-perspective.es6 | ||
search-query-subscription.es6 | ||
search-store.coffee |