yomorun / yomo

🦖 Stateful Serverless Framework for Geo-distributed Edge AI Infra. with function calling support, write once, run on any model.

Home Page:https://yomo.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One QUIC stream between zipper and sfn

xiaojian-hong opened this issue · comments

Currently, zipper and sfn creates individual QUIC streams for each data, we need to replace it with one persistent QUIC stream.

The stream.Write() should also add lock to prevent concurrent writing in the same QUIC stream.