update_docs #10
@@ -574,7 +574,7 @@ function fileserver_download_handler(
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A[User calls smartsend\(subject, data\)] --> B[Serialize payload according to payload_type]
|
||||
A[User calls smartsend subject data] --> B[Serialize payload according to payload_type]
|
||||
B --> C{Calculate serialized size}
|
||||
C -->|Size < Threshold| D[Direct Transport: Encode as Base64]
|
||||
C -->|Size >= Threshold| E[Link Transport: Upload to file server]
|
||||
|
||||
Reference in New Issue
Block a user