Inuyasha-Monster

Results 8 comments of Inuyasha-Monster

in doc , some words are wrong.. that are confusing me ![image](https://user-images.githubusercontent.com/12888788/179143065-3cf043ff-b431-41b1-be72-0c7985a04ed9.png) the letter `e` -> `d`

**续费** 服务端:记录下来最后一个收据,在订阅过期时间expires_date前24小时,定时用最后一条收据轮询,如果用户续费未成功,检查`is_in_billing_retry_period`,如果这个为true,那么放到下个轮训队列里继续检查,直到`is_in_billing_retry_period`为false,表示Apple已经放弃了扣款。 客户端:每一次续费,StoreKit都会收到一个Transaction回调,客户端需要把对应的收据上传。注意:这次上传应该不需要鉴权,随着时间推移,续费时可能已经切换了用户。 ———————————————— 上面是您的博客文章截选 , 我在验证票据结果中并没发现上述字段??? 多有打扰 , 3Q

这里应该不兼容.net framework的dll吧 , 23333

> 我也碰到了,阿里云oss的core版的dll,跑不起来,自己用控制台可以跑,搞不定哪里出问题 毕竟向下兼容这个东西没办法做得 , 微软是阻断式的 , 通过http(或者其他远程调用)隔离吧

The same with me ... ``` [root@node2 cpu-intro]# ./process-run.py -l 3:0 -L 5 -c -p Time PID: 0 CPU IOs 1 RUN:io 1 2 WAITING 1 3 WAITING 1 4...

gee-rpc/day6-load-balance/xclient/discovery.go:50 可以替换为 ``` d.mu.RLock() defer d.mu.RUnlock() ``` 提升锁的并发度