You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to make it more functional by not forcing the ConnectionHandler to be a singleton (it **can** be, it just doesn't have to be). Introduced some functional interfaces to leverage like Consumer and Supplier but extended those into specific subinterfaces that have strongly-typed parameters.
Copy file name to clipboardExpand all lines: ripc-transport-netty4/src/test/java/io/ripc/transport/netty4/tcp/server/NettyTcpServerIntegrationTests.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public class NettyTcpServerIntegrationTests {
0 commit comments