pekko/akka-remote/src
Roland 9266ac451b integrate NetworkFailureInjector and add first test
- rework socket pipeline to transform protobuf into case classes and
  back
- introduce NetworkOp messages for that purpose
- make API asynchronous (because it is, really) and add Done
  notification for all server operations; enter(...) is still
  synchronous, because that is its only purpose in life
- factor out mkPipeline in NettyRemoteTransport, enabling the very slick
  TestConductorTransport (essentially a one-liner)
- switch NetworkFailureInjector from Channel{Up,Down}streamHandler to
  subclassing SimpleChannelHandler, because otherwise deadlocks
  occurred, not sure why (but SCH is the recommended way from the netty
  docs, so there may well be a reason)
2012-05-04 22:33:08 +02:00
..
main integrate NetworkFailureInjector and add first test 2012-05-04 22:33:08 +02:00
multi-jvm/scala/akka/remote integrate NetworkFailureInjector and add first test 2012-05-04 22:33:08 +02:00
test rework childrenRefs to make context.stop(child) fully asynchronous 2012-02-29 21:10:31 +01:00