petabridge / DrawTogether.NET

Apache License 2.0
53 stars 10 forks source link

prevent resource leaks #39

Closed Aaronontheweb closed 6 months ago

Aaronontheweb commented 6 months ago

One thing that still isn't working quite right - when I terminate the stream it looks like the ChannelReader doesn't complete, so the client never knows that it's time to exit. That could be an issue with the way the stream stage is implemented, but I suspect it's something dumber than that with my own code.