google / cloud-print-connector

Google Cloud Print Connector
BSD 3-Clause "New" or "Revised" License
764 stars 185 forks source link

Retry XMPP connection on startup #356

Closed agoode closed 7 years ago

agoode commented 7 years ago

We already retry connecting to XMPP when it has a problem after startup, but we do not do so on initial startup. Use the same logic for startup retries as we do for restart retries.

Fixes #140 and #160.