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.67k stars 129 forks source link

feat: connectToFrame codec #699

Closed woorui closed 10 months ago

woorui commented 10 months ago

Description

Adding ConnectToFrame and Its y3 codec implement, The ConnectToFrame is used by server to notify client to connect a new endpoint.

// ConnectToFrame is is used by server notify client to connect to a new endpoint.
type ConnectToFrame struct {
    // Endpoint is the new endpoint that will be connected by client.
    Endpoint string
}
vercel[bot] commented 10 months ago

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

1 Ignored Deployment | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **yomo** | ⬜️ Ignored ([Inspect](https://vercel.com/yomorun/yomo/HCjAKd6Xhczzo2MhViQp5wB8Lnn6)) | | Jan 4, 2024 4:45pm |