Currently if there is an error subscribing to an existing peer channel we will fail with a fatal error and stop the server.
We don't want that as then the server won't start up, now we log an error and move on.
This could occur if the token has been removed from the peerchannel server, perhaps as part of a db cleanup, or the peerchannel server has moved host or has since been taken down.
Currently if there is an error subscribing to an existing peer channel we will fail with a fatal error and stop the server.
We don't want that as then the server won't start up, now we log an error and move on.
This could occur if the token has been removed from the peerchannel server, perhaps as part of a db cleanup, or the peerchannel server has moved host or has since been taken down.