Commit Graph
20 Commits
Author SHA1 Message Date
shum 85d74352cf docs: add stuck relay session finding 2026-09-09 14:44:06 +00:00
shum 15606bfff7 docs: restructure leak findings with tables 2026-09-09 14:34:48 +00:00
shum 5297427733 docs: mark proxy msgQ leak fixed upstream 2026-09-09 14:01:39 +00:00
shum 7309340821 docs: add postgres backend findings 2026-09-09 12:35:44 +00:00
shum 1a2145a04f docs: add RSLV fan-out to leak findings 2026-09-09 12:35:44 +00:00
sh ee97ffcab8 docs: drop non-findings sections from leak report 2026-09-09 12:35:44 +00:00
sh 068b929917 docs: use plainer wording in leak findings 2026-09-09 12:35:44 +00:00
sh 3dd259de68 docs: condense leak findings report 2026-09-09 12:35:44 +00:00
sh 1c77a88b5f tests: add proxy msgQ retention bench and counter 2026-09-09 12:35:44 +00:00
sh 5f9e8c16c0 docs: correct endThreads race mechanism and reachability 2026-09-09 12:31:15 +00:00
sh 0b60c8eea5 tests: measure concurrency cap and fork race reachability 2026-09-09 12:31:15 +00:00
sh f513751005 tests: verify socket accounting via control port 2026-09-09 12:31:15 +00:00
sh 8d2da160bd tests: drop phase for already-fixed session var leak 2026-09-09 12:31:15 +00:00
sh db4b0dbb6b tests: add batched subscribe leak phase 2026-09-09 12:31:15 +00:00
sh 1d80f8c5ed tests: measure when proxy leak is bounded vs unbounded 2026-09-09 12:31:15 +00:00
sh fc464a9a7f docs: add ntf server exposure and socket stats bug 2026-09-09 12:31:15 +00:00
sh c5f8ef47b4 tests: sweep proxy latency in memory leak bench 2026-09-09 12:31:15 +00:00
sh 1f7557a30d docs: add smp-server memory leak findings 2026-09-09 12:31:15 +00:00
Evgeny Poberezkin 3192092349 message management (#32)
* message management rfc

* update message management rfc

* message management ideas (WIP)

* message management updated

* messages RFC

* update agent MSG constructor to include recipient/broker/sender message IDs and timestamps

* remove agent command ACK - agent automatically acknowledges server messages

* correct messages doc
2021-02-26 18:13:04 +04:00
Evgeny Poberezkin 70fe7616f2 Sending messages end to end (#21)
* duplex connection end-to-end (working, debug logs)

* agent: send, receive, acknowledge messages

* logging proposal

* logging: client/server (dis)connections

* agent scenario testing framework

* add tests, remove logs

* clean up
2021-02-26 18:11:22 +04:00