Mikhail Romaneev
Mikhail Romaneev
Hello @jeaye ! I think this is issue have to be here too. I know that you got issue #89 and it is maybe hard to work on this too...
### Issue Description According to RFC JWT token authorization have to return `WWW-Authenticate` header, but actually don't do it. RFC doc: https://tools.ietf.org/html/rfc7235#section-4.1 . - [yes] Searched existing issues and docs...
After making avd image like in your manual when it reboots first time with "soft reboot" option from Xposed framework it works great. But when you start it again Xposed...
Hello. I've found some not good behaviour when hook java.lang.reflection.Method->invoke is activated. So I think better to see my conversation with author of Xposed Framework here https://github.com/rovo89/XposedBridge/issues/106 . So, I...
So, lines 154 and 155 of ParseGenerator.java code calls methods getResponse() and getResponseMessage() https://github.com/idanr1986/droidmon/blob/master/src/com/cuckoodroid/droidmon/utils/ParseGenerator.java#L154 https://github.com/idanr1986/droidmon/blob/master/src/com/cuckoodroid/droidmon/utils/ParseGenerator.java#L155 After calling that methods this class object establishes a network connection to the given in...
Hello, guys! I've stared using your new `kafka::ConsumerComponent` in production. I need to read 3 topics in production and I've created 3 components for that. Here it is some description...