You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depends on #1 (to not deduplicate work, and get a basic structure down)
The following behaviour must be present for the first MVP Server implementation of lb:
Wholesale serialisation of responses from ruma types (integer translation optional)
Wholesale deserialisation of requests onto ruma types (with integer key translation)
DTLS + CoAP connection management(?)
(Open question: should connection establishment be handed off to abstract component, and only require Read/Write traits objects?)
CoAP sync OBSERVE server impl exposure (same question as above, how to handle?)
The text was updated successfully, but these errors were encountered:
Depends on #1 (to not deduplicate work, and get a basic structure down)
The following behaviour must be present for the first MVP Server implementation of lb:
(Open question: should connection establishment be handed off to abstract component, and only require Read/Write traits objects?)
The text was updated successfully, but these errors were encountered: