Azure / azure-amqp

AMQP C# library
Other
94 stars 72 forks source link

WebSocketTransport Constructor #195

Closed jsquire closed 3 years ago

jsquire commented 3 years ago

Summary

The focus of these changes is to change the access scope of the WebSocketTransport constructor from internal to public to mirror that of the other transport types.

jsquire commented 3 years ago

//cc: @xinchen10, @andrew-hampton