filamoon
filamoon
Tested on two Huawei phones and one Oppo phone.
现金巴士+https://www.cashbus.com
NVM, I tried the 3 test vectors from bip32 and your results match them perfectly.
Ok, I solved it by adding one line to src/jtag/drivers/libjaylink/libjaylink/discovery_tcp.c #include
是的,没有本地缓存。欢迎提交 pr
我的理解是,不同的environment对应不同的config_server_url
比如用gunicorn启动flask,如果并发模式采用 eventlet,就可以用 eventlet 的long poll
我在 celery 的 eventlet 模式下,实证可用,没有 thread 模式下必须等待30s才能退出的问题
需要先 monkey patch。如果用的 gunicorn 或者 celery -P eventlet,它们自己会负责初始化,就什么都不用做。
def start(self, use_eventlet=False, eventlet_monkey_patch=False) 增加了一个开关来控制是否调用 eventlet.monkey_patch()