improve a/an after get (#566)
This commit is contained in:
parent
2ad6c6cd03
commit
80e4e800c8
2 changed files with 3 additions and 3 deletions
|
|
@ -263,7 +263,7 @@ class ActorMailboxSpec(conf: Config) extends PekkoSpec(conf) with DefaultTimeout
|
|||
UnboundedDeqMailboxTypes)
|
||||
}
|
||||
|
||||
"get an bounded message queue when it's only configured with RequiresMailbox" in {
|
||||
"get a bounded message queue when it's only configured with RequiresMailbox" in {
|
||||
checkMailboxQueue(Props[BoundedQueueReportingActor](), "default-override-from-trait", BoundedMailboxTypes)
|
||||
}
|
||||
|
||||
|
|
@ -299,7 +299,7 @@ class ActorMailboxSpec(conf: Config) extends PekkoSpec(conf) with DefaultTimeout
|
|||
UnboundedControlAwareMailboxTypes)
|
||||
}
|
||||
|
||||
"get an bounded control aware message queue when it's only configured with RequiresMailbox" in {
|
||||
"get a bounded control aware message queue when it's only configured with RequiresMailbox" in {
|
||||
checkMailboxQueue(
|
||||
Props[BoundedControlAwareQueueReportingActor](),
|
||||
"default-override-from-trait-bounded-control-aware",
|
||||
|
|
|
|||
|
|
@ -419,7 +419,7 @@ private[stream] final class SourceRefStageImpl[Out](val initialPartnerRef: Optio
|
|||
scheduleOnce(TerminationDeadlineTimerKey, finalTerminationSignalDeadline)
|
||||
|
||||
case AwaitingSubscription(ref) =>
|
||||
// we didn't get an a first demand yet but have access to the partner - try a cancellation dance
|
||||
// we didn't get a first demand yet but have access to the partner - try a cancellation dance
|
||||
triggerCancellationExchange(ref, cause)
|
||||
|
||||
case UpstreamCompleted(_) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue