la3rence

Results 24 comments of la3rence

Same here with Android 11 on Pixel.

> > 可以考虑hash一致性 实现免遍历, > > 不是太懂,有文章可以参考下吗? https://lawrenceli.me/blog/websocket-cluster 序列化 Session 的场景是集群,这里面提到了一些方案,仅供参考。 还有,你的意思是消费的内容是 Session 本身吗?你不一定要去存放整个 Session 对象,只要维护一个静态 Map,用 SessionId 来作为 Session 的查询 key 就行。

/label question 正常业务的性能比较的话 spring websocket 和 netty 没多大差别。一方面看客户端数量,我当时这个项目 500 多个客户端一个实例留够堆内存其实完全够了;netty 自己写会很麻烦,如果考虑做集群,单纯看框架本身性能意义不大。怼上几个 Pod / Node / Container 就行。

Spring cloud gateway 是 L7 的 load balancer;访问 ws:// 需要 websocket 客户端。 当时这个项目都在容器内运行,你看一下 compose network。

Perhaps we can use something like Vercel's serverless function or other method to simulate this API. But I don't know what Dark Sky API's reponses data looks like.

Yes. I've noticed it too. It seems like the Notion API now been protected by this rate limit. The segment of its response: ```json { "errorId": "84f42356-xxxx-4aa5-a20f-edcad0b601cc", "name": "UserRateLimitResponse", "message":...

Sorry, I don't know how to deal with this because the API was restricted by the Notion team. Hope the official API (#53) comes out earlier.

same here with node 14/16/18. i am now build with React & Next.js website via SSG tech stack. I'm afraid this repository is not maintained anymore. is there any new...

i've published a package called [fontmin-esm](https://www.npmjs.com/package/fontmin-esm) as a work around with this this branch for ESM support: https://github.com/ecomfe/fontmin/pull/96