Commit graph

8 commits

Author SHA1 Message Date
Kedar Sovani
60ded6d5fb ReadRequest: Chunked Messages - Part 1
- Create the structure so that when the WriteBuf gets full, we return back with MoreChunkedMessages note
- When the WriteBuf gets full, we also make a note of the current attribute, so that we can resume from this attribute
onwards while sending the next chunk
2023-02-18 14:50:12 +05:30
Kedar Sovani
cc96c9d125 IM: Include baseline support for Subscription Transaction
Currently the entire transaction goes through successfully and the other end
is notified of a successful subscription. Actual subscription part is yet to be
implemented.
2023-01-21 20:09:12 +05:30
Marcel
b477a871e9 Implemented the Clippy recommendations 2023-01-10 08:53:04 +01:00
Kedar Sovani
ebe2e979f5 tests: minor restructuring 2023-01-06 22:15:01 +05:30
Kedar Sovani
5c87798232 tests: simplification for command tests 2023-01-06 08:24:23 +05:30
Kedar Sovani
e05e75f24c tests: tests for timed write requests handling 2023-01-06 07:45:17 +05:30
Kedar Sovani
d67e134e26 Baseline timed request handling 2023-01-04 08:33:34 +05:30
Kedar Sovani
77af70d8f1 Initial commit
merged from https://github.com/kedars/matter-rs
2022-12-27 09:52:25 +05:30