Ab.Jason

Results 4 issues of Ab.Jason

需要用到[会议级事件推送](https://support.huaweicloud.com/api-meeting/meeting_21_1507.html)接口,目前代码中没有封装。两个问题 1.请问有无计划添加WebSocket相关API接口支持 2.自己写的WebSocket客户端连接请求后成功立刻又断开 ```java String socketUrl = confLinkInfo.getWebSocketUrl() + "/cms/open/websocket/confctl/increment/conn"; HTTP http = HTTP.builder().config(b -> { b.sslSocketFactory(Objects.requireNonNull(HuaWeiSSLFactory.getSSLSocketFactory()), HuaWeiSSLFactory.myTrustManager); b.hostnameVerifier(HuaWeiSSLFactory.myHostnameVerifier); // 配置 WebSocket 心跳间隔(默认没有心跳) b.pingInterval(10, TimeUnit.SECONDS); b.connectTimeout(30, TimeUnit.SECONDS); b.writeTimeout(30, TimeUnit.SECONDS); b.readTimeout(30,...

English is not my native language, so I will translate **Expected behavior** `redisTemplate.opsForValue().get(redis_key)` result is not null **Actual behavior** `redisTemplate.opsForValue().get(redis_key)` result is null, and the results of the SpringBootDataRedis default...

Hi, Can InteractiveConfirm add a timeout field to continue execution with DefaultValue after waiting?

proposal
proposal-accepted

**Describe the bug** Use /webrtcstreamer.html to access the RTSP video address. The video page of the browser will display a flower screen. See the attached pictures and logs for more...