lpchou
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  and in database, there are two records  after debug, i find if using nacos as...
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();...