logback icon indicating copy to clipboard operation
logback copied to clipboard

simplification attempt

Open ceki opened this issue 12 years ago • 3 comments

This branch is a simplification attempt removing RemoteAppenderServerListener & RemoteReceiverServerListener, several tests commented out or broken but I am too tired to continue

ceki avatar May 03 '13 17:05 ceki

I haven't reviewed this change in any detail, yet. However, I'll just mention that I introduced the ServerListener with a type parameter (instead of directly returning a Socket) precisely because it reduced the complexity of testing the server runner implementation.

ceharris avatar May 03 '13 17:05 ceharris

I am beginning to realize that.

ceki avatar May 03 '13 17:05 ceki

There remains the austere challenge of composing ReceiverFacingClients with various Encoders and AppenderFacingClients with various Decoders.

ceki avatar May 03 '13 23:05 ceki