He-Pin opened a new issue, #900:
URL: https://github.com/apache/incubator-pekko/issues/900
```scala
ByteString.newBuilder.addAll(List[Byte]('a'))
```
results:
```scala
java.lang.StackOverflowError
at org.apache.pekko.util.ByteStringBuilder.addAll(ByteString.scala:1082)
at scala.collection.mutable.Growable.$plus$plus$eq(Growable.scala:69)
at scala.collection.mutable.Growable.$plus$plus$eq$(Growable.scala:69)
at org.apache.pekko.util.ByteStringBuilder.addAll(ByteString.scala:1193)
at org.apache.pekko.util.ByteStringBuilder.addAll(ByteString.scala:1082)
at scala.collection.mutable.Growable.$plus$plus$eq(Growable.scala:69)
at scala.collection.mutable.Growable.$plus$plus$eq$(Growable.scala:69)
at org.apache.pekko.util.ByteStringBuilder.addAll(ByteString.scala:1193)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]