Closed jsquire closed 3 years ago
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.
WebSocketTransport
internal
public
//cc: @xinchen10, @andrew-hampton
Summary
The focus of these changes is to change the access scope of the
WebSocketTransport
constructor frominternal
topublic
to mirror that of the other transport types.