livepeer / go-livepeer-basicnet

Basic p2p video streaming for Livepeer
MIT License
18 stars 8 forks source link

Bug Fix: Retry When Connection Error Happens #30

Closed ericxtang closed 6 years ago

ericxtang commented 6 years ago

The logic change here is adding sendMessageWithRetry. This fixes the following bug:

With the retry, n1 catches the error and attempts to re-establish the connection.