ba22d0c66c
* WIP publish test * add actor based implementation, seems the most promising * add notes into channel manager as well * use unlimited channel on the receiver to avoid launching to send * carry over remaining subscribers into a new flow * dispatch errors from upstream to all downstreams * carry over all leftovers at once to avoid starting producer before all is added to the list * handle swapping channel managers in the consumer This CL fixes an issue where we wouldn't unsubscribe from the right channel if the downstream is moved between channel managers due to not receiving any event after registering. I've also cleaned up dispatchError to close the channel with error instead of passing it down as if it is value and throwing again * allow live buffering this adds a live buffering functionality to actor publish where it only buffers if the upstream is still running * remove logging * move into src * code cleanup, more comments * first shot at new internal store, tests pass, code ugly * tmp builder for real internal store, starting pipeline tests * more wip in fixing pipeline store tests, a lot to cleanup * all tests pass * code cleanup * move multiplexer inside store4 * lots of cleanup of unnecessary code * release barriers that are not used * don't use pipeline persister. also fixed a barrier cleanup code in source of truth with barrier * revert simple persister as flowable change cleanup for clearstorememorytest * close multiplexers in fetcher controller when not used * code style fixes
48 lines
534 B
Text
48 lines
534 B
Text
# editor tempfiles
|
|
*~
|
|
# MacOS temp files
|
|
.DS_Store
|
|
|
|
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the ART/Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
out/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
# Android Studio Navigation editor temp files
|
|
.navigation/
|
|
|
|
# Android Studio captures folder
|
|
captures/
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea/
|
|
.classpath
|
|
.project
|
|
.settings
|
|
|
|
# Keystore files
|
|
*.jks
|