illuminated-g / lv-msg-simple

Simple messaging layer that works with lv-stream based communication layers
MIT License
1 stars 0 forks source link

Proxy connection state to messaging layer #2

Closed negentropicdev closed 2 years ago

negentropicdev commented 3 years ago

Currently there's no way to poll connection status or utilize callbacks.

negentropicdev commented 3 years ago

Current implementation provides exact same callback API as base stream layer. May want to explore a modified interface to eliminate exposure to underlying stream implementation.

negentropicdev commented 3 years ago

Already realizing that the messaging layer has its own endpoint implementation that represents a single messaging connection.