ari icon indicating copy to clipboard operation
ari copied to clipboard

Client ConnectWithContext now includes a buffered channel size setting

Open daninmadison opened this issue 2 years ago • 0 comments

If the size is non-zero, a buffered channel for MsgConnected messages will be created. The caller receives a reference to the buffered channel (non-nil indicates a buffered channel was created). When the Client connects, it will send a MsgConnected message (true) on the buffered channel. If the Client disconnects, it will send a MsgConnected message (false) on the buffered channel. The caller is responsible for retrieving the buffered channel messages.# Please enter the commit message for your changes. Lines starting


This change is Reviewable

daninmadison avatar Sep 19 '23 20:09 daninmadison