Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Fixed the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
myui committed Sep 9, 2014
1 parent bb2e7e2 commit 5ca628b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/hivemall/mix/server/MixServerInitializer.java
Expand Up @@ -59,7 +59,7 @@ protected void initChannel(SocketChannel ch) throws Exception {
MixMessageDecoder decoder = new MixMessageDecoder();

if(throughputCounter != null) {
pipeline.addLast(decoder, encoder, throughputCounter, requestHandler);
pipeline.addLast(throughputCounter, decoder, encoder, requestHandler);
} else {
pipeline.addLast(decoder, encoder, requestHandler);
}
Expand Down
Binary file modified target/hivemall-fat.jar
Binary file not shown.
Binary file modified target/hivemall-with-dependencies.jar
Binary file not shown.
Binary file modified target/hivemall.jar
Binary file not shown.

0 comments on commit 5ca628b

Please sign in to comment.