Skip to content

Instantly share code, notes, and snippets.

@Sawtaytoes
Last active December 12, 2019 09:06
Show Gist options
  • Save Sawtaytoes/9507f3b88c8d8ae800755520708aff2e to your computer and use it in GitHub Desktop.
Save Sawtaytoes/9507f3b88c8d8ae800755520708aff2e to your computer and use it in GitHub Desktop.
webSocketConnection
.pipe(
// ...
catchError(() => (
timer(
reconnectionTimeout,
)
.pipe(
// ...
mapTo(reconnectToServer()),
)
)),
// ...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment