src/main/java/com/genersoft/iot/vmp/gb28181/transmit/response/impl/ByeResponseProcessor.java
@@ -10,7 +10,7 @@ /** * @Description: BYE请求响应器 * @author: songww * @author: swwheihei * @date: 2020年5月3日 下午5:32:05 */ @Component @@ -27,7 +27,7 @@ @Override public void process(ResponseEvent evt, SipLayer layer, SipConfig config) { // TODO Auto-generated method stub System.out.println( ); } }