Files
meowlib/doc/messaging/sq_msg02_bgsend.puml

7 lines
319 B
Plaintext
Raw Normal View History

2026-03-03 10:46:25 +01:00
@startuml
ClientFdThread -> Lib : write msg to db, encrypted msg for user to file, and job file
ClientFdThread -> ClientBgThread : notify job
ClientBgThread -> Lib : encrypt for server(s) and send including retries
ClientBgThread -> Lib: notify send result
ClientFdThread -> Lib : Read job report and update db
@enduml