Angular 2 Observable.retryWhen doesn't include status in error
问题 I am trying to get my code updated so that I am able to use refresh tokens to keep a user logged in. I intend to do this using the Observable.retryWhen method. However I am running into an issue where the error being passed to my retry method has a type of Subject instead of Response like I expected and have gotten in the past. This is an issue because I need to check if the status is a 401 and Subject doesn't include the status of the response. Also the catch works as expected passing a