You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
Output: Next 42 Actual behavior:
Output: Error: [object Object] Additional information:
According to documentation the timeout operator, if passed a promise or another observable, should emit this value. Currently, regardless of what is being passed into the operator, the value is being emitted as error
The text was updated successfully, but these errors were encountered:
You may need timeoutWith to supply continuing observable when timeout occurs. due to polymorphic behavior of timeout, it has splitted into timeout and timeoutWith (refer #244 for background, #245 for implementation)
RxJS version: 5.0.0-beta.10
Code to reproduce:
Expected behavior:
Output: Next 42
Actual behavior:
Output: Error: [object Object]
Additional information:
According to documentation the timeout operator, if passed a promise or another observable, should emit this value. Currently, regardless of what is being passed into the operator, the value is being emitted as error
The text was updated successfully, but these errors were encountered: