im_lib/src/main/java/com/anyun/im_lib/LoginAuthRespHandler.java
@@ -4,6 +4,7 @@ import com.anyun.im_lib.interf.IMSClientInteface; import io.netty.buffer.ByteBuf; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; @@ -19,6 +20,13 @@ private static final String TAG = LoginAuthRespHandler.class.getSimpleName(); private IMSClientInteface imsClient; @Override public void channelActive(ChannelHandlerContext ctx) throws Exception { super.channelActive(ctx); Log.i(TAG, "channelActive: "); } /** * 构造函数 * @param imsClient