roc-streaming / roc-go

Golang bindings for Roc Toolkit.
https://roc-streaming.org
MIT License
21 stars 10 forks source link

Add test for context closing #54

Closed gavv closed 1 year ago

gavv commented 1 year ago

Add test which checks that if there are receiver or sender attached to context, Context.Close returns error; and when there are no more receivers and senders, context can be successfully closed.

gavv commented 1 year ago

@Darrellbor feel free to leave a comment so that I could assign you.

Darrellbor commented 1 year ago

I would love to pick it up

gavv commented 1 year ago

Landed!