pekko/akka-actor/src/main
Arnout Engelen 03d759b249
Fix TcpConnection error handling
`resumeReading` can fail, and in that case will `become(unregistering)`.
Previously `become(connected(info))` would interfere with that.

Likely fixes #30509 and #30474. #30435 looks similar but might be something
different.
2021-08-09 16:06:45 +02:00
..
boilerplate/akka/japi Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
java/akka Remove unused imports in tests (#30265) 2021-06-01 13:34:43 +02:00
mima-filters io: probe TCP socket when reading before registering interest (#30354) 2021-07-22 10:32:18 +02:00
resources Removing, deprecating and replacing usage of black/whitelist (#29254) 2020-06-18 15:48:28 +02:00
scala/akka Fix TcpConnection error handling 2021-08-09 16:06:45 +02:00
scala-2.12/akka Byte array allocation/copy hunt (#30266) 2021-06-02 17:28:37 +02:00
scala-2.13/akka Share source directory between Scala 2.13 and Scala 3 (#30384) 2021-07-12 18:32:01 +02:00
scala-2.13+/akka Share source directory between Scala 2.13 and Scala 3 (#30384) 2021-07-12 18:32:01 +02:00
scala-3/akka Share source directory between Scala 2.13 and Scala 3 (#30384) 2021-07-12 18:32:01 +02:00