eclipse-uprotocol / up-cpp

uProtocol Language Specific Library for C++
Apache License 2.0
16 stars 25 forks source link

Pass UTransport's cleanup method for callbacks #153

Closed gregmedd closed 3 months ago

gregmedd commented 3 months ago

This method should be called when the CalleeHandle breaks the connection so that derived transports can clean up connections should they choose to do so. Enable this by passing a lambda that calls the method.

closes #152