lpchou

Results 4 issues of lpchou

在小米2s真机(MIUI8 6.11.10开发版)上测试时,报如下错误: `12-07 16:42:17.534 8205-8205/com.cloudpush.baidu.test I/BroadcastHook﹕ 开始Hook sendBroadcast() 方法 12-07 16:42:17.544 8205-8205/com.cloudpush.baidu.test D/AndroidRuntime﹕ Shutting down VM 12-07 16:42:17.554 8205-8205/com.cloudpush.baidu.test E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.cloudpush.baidu.test, PID: 8205 java.lang.UnsupportedOperationException: This device...

### Bug when i register a new client,there are two same selector data ![image](https://github.com/apache/shenyu/assets/11548492/482db876-fa90-4844-9f3d-0a9a91e5d3e2) and in database, there are two records ![image](https://github.com/apache/shenyu/assets/11548492/70c858e6-8ce2-4aed-b5c9-06519a3bd46b) after debug, i find if using nacos as...

type: question

Hi, In Sample12 async trace, it says we should intercept a method initiating an async task and create/record a new `AsyncContext`, so it intercepts `TargetClass12_AsyncInitiator`'s method `asyncHello` then intercepts `TargetClass12_Worker`...

I'm using spring-data-redis and lettuce in redis cluster. here is the code: ``` @Bean public RedisTemplate redisTemplate(RedisConnectionFactory factory) { RedisTemplate template = new RedisTemplate(); template.setConnectionFactory(factory); template.setKeySerializer(RedisSerializer.string()); template.setHashKeySerializer(RedisSerializer.string()); template.setValueSerializer(RedisSerializer.json()); template.setHashValueSerializer(RedisSerializer.json()); template.afterPropertiesSet();...

for: team-attention
status: waiting-for-triage