No description
- ActorProcessor terminated eagerly when ConcatAll had just taken up a new input stream but not yet received onSubscribe for it - The ActorProcessor eagerly shuts itself down upon onError and that cannot be changed without completely reworking the Pump, so I opted for just tracking the outstanding substreamSubscribers that have not yet seen OnSubscribe and making them cancel properly when that arrives (possibly later). |
||
|---|---|---|
| akka-docs-dev | ||
| akka-http/src/main | ||
| akka-http-core/src | ||
| akka-http-marshallers-java/akka-http-jackson/src/main/scala/akka/http/javadsl/marshallers/jackson | ||
| akka-http-marshallers-scala | ||
| akka-http-testkit/src | ||
| akka-http-tests/src | ||
| akka-http-tests-java8/src | ||
| akka-parsing/src/main | ||
| akka-stream/src/main | ||
| akka-stream-tck/src/test/scala/akka/stream/tck | ||
| akka-stream-testkit/src | ||
| akka-stream-tests/src/test | ||