-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add StreamMessage.timeout() #5761
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 045afcc - Browse repository at this point
Copy the full SHA 045afccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5818e6c - Browse repository at this point
Copy the full SHA 5818e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02cccc3 - Browse repository at this point
Copy the full SHA 02cccc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47216e - Browse repository at this point
Copy the full SHA f47216eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8a37f - Browse repository at this point
Copy the full SHA 1d8a37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd5d4f - Browse repository at this point
Copy the full SHA 8cd5d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 926d53d - Browse repository at this point
Copy the full SHA 926d53dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0e10f - Browse repository at this point
Copy the full SHA 4d0e10fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ea297 - Browse repository at this point
Copy the full SHA d1ea297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318ebf3 - Browse repository at this point
Copy the full SHA 318ebf3View commit details
Commits on Jun 27, 2024
-
Add timeout unscheduling logic to abort().
Unsubscribing due to a timeout does not guarantee synchronization with upstream. Therefore, we implemented an attempt attemptTerminate() method.
Configuration menu - View commit details
-
Copy full SHA for b095d33 - Browse repository at this point
Copy the full SHA b095d33View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 621e141 - Browse repository at this point
Copy the full SHA 621e141View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c86d2f - Browse repository at this point
Copy the full SHA 6c86d2fView commit details
Commits on Jul 3, 2024
-
1. Delete aptTerminate Method -> Replace with completed
2. onNext -> Delete isCancelled() from condition case UNTIL_FIRST: Change timeoutfuture.cancel(false) to cancelSchedule()
Configuration menu - View commit details
-
Copy full SHA for f8248a7 - Browse repository at this point
Copy the full SHA f8248a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d03c7 - Browse repository at this point
Copy the full SHA b1d03c7View commit details
Commits on Jul 7, 2024
-
2. add docs to StreamTimeoutMode parameter 3. use test code executor.get()
Configuration menu - View commit details
-
Copy full SHA for 45008d8 - Browse repository at this point
Copy the full SHA 45008d8View commit details
Commits on Jul 8, 2024
-
1. call delegate.onSubscribe() in TimeoutSubscriber's onSubscribe(), …
…and set the timeout schedule 2. change TimeoutSubscriber class to TimeoutStreamMessage's inner class
Configuration menu - View commit details
-
Copy full SHA for e4c3916 - Browse repository at this point
Copy the full SHA e4c3916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13228b3 - Browse repository at this point
Copy the full SHA 13228b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73adfff - Browse repository at this point
Copy the full SHA 73adfffView commit details
Commits on Jul 10, 2024
-
1. Add
@UnstableApi
toHttpResponse
,HttpRequest
, and `StreamTi……meoutMode` 2. Added leak prevention code when completed in onNext() - PooledObjects.close(t)
Configuration menu - View commit details
-
Copy full SHA for 38b6eb9 - Browse repository at this point
Copy the full SHA 38b6eb9View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 566d725 - Browse repository at this point
Copy the full SHA 566d725View commit details
Commits on Jul 17, 2024
-
2. Add a StreamTimeoutException 3. Overriding WebSocket's timeout method 4. Remove cancelSchedule() from abort() 5. Set timeoutFuture to null to avoid calling .isCancelled() which may access a volatile field. 6. Modify boolean cancels to volatile boolean cancels
Configuration menu - View commit details
-
Copy full SHA for eb8d450 - Browse repository at this point
Copy the full SHA eb8d450View commit details -
Configuration menu - View commit details
-
Copy full SHA for 994ce96 - Browse repository at this point
Copy the full SHA 994ce96View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdeec5c - Browse repository at this point
Copy the full SHA cdeec5cView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a95f279 - Browse repository at this point
Copy the full SHA a95f279View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb32b3 - Browse repository at this point
Copy the full SHA efb32b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2560092 - Browse repository at this point
Copy the full SHA 2560092View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24245a4 - Browse repository at this point
Copy the full SHA 24245a4View commit details