Azure / amqpnetlite

AMQP 1.0 .NET Library
Apache License 2.0
401 stars 143 forks source link

Close underlying socket on dispose #526

Closed johansme closed 2 years ago

johansme commented 2 years ago

Set the NetworkStream as owner of the underlying Socket, so that disposing the NetworkStream also disposes the Socket.

Fixes #525