yomorun / yomo

🦖 Stateful Serverless Framework for Geo-distributed Edge AI Infra. with function calling support, write once, run on any model.
https://yomo.run
Apache License 2.0
1.65k stars 128 forks source link

feat: allocating connection id on server side #725

Closed woorui closed 6 months ago

woorui commented 6 months ago

Description

resolve #710 gracefully.

Impact

The server no longer uses the ID from the client as the storage key. Instead, it now uses an automatically incremented integer as the storage key.

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **yomo** | ⬜️ Ignored ([Inspect](https://vercel.com/yomorun/yomo/AgGtbaYBvsDNsREB9xevFVeqLQhN)) | [Visit Preview](https://yomo-git-feat-server-alloc-id-yomorun.vercel.app) | | Feb 21, 2024 6:49am |
fanweixiao commented 6 months ago

@wujunzhuo please review this PR.