parent
02f0679e84
commit
efda4a57df
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import akka.stream.SubscriptionWithCancelException
|
|||
"can not subscribe the same subscriber multiple times (see reactive-streams specification, rules 1.10 and 2.12)"
|
||||
|
||||
final val SupportsOnlyASingleSubscriber =
|
||||
"only supports one subscriber (which is allowed, see reactive-streams specification, rule 1.12)"
|
||||
"only supports one subscriber (which is allowed, see reactive-streams specification, rule 1.11)"
|
||||
|
||||
final val NumberOfElementsInRequestMustBePositiveMsg =
|
||||
"The number of requested elements must be > 0 (see reactive-streams specification, rule 3.9)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue