I'm working on an embedded system and more than one connection interface is used, so if I could have access to the connect_with_stream function, I could manipulate things more easily.
Description
Leaving function connect_with_stream public would make it easier to handle more specific connections.
I'm working on an embedded system and more than one connection interface is used, so if I could have access to the
connect_with_stream
function, I could manipulate things more easily.Description
Leaving function
connect_with_stream
public would make it easier to handle more specific connections.Changes
connect_with_stream
function public