*make _socketOptions protected
This commit is contained in:
parent
ddf6b2c9d8
commit
8ea1ad3006
|
@ -41,7 +41,7 @@ export default abstract class Proxy {
|
|||
this.init();
|
||||
}
|
||||
|
||||
private _socketOptions: DataSocketOptions;
|
||||
protected _socketOptions: DataSocketOptions;
|
||||
|
||||
get socketOptions(): DataSocketOptions {
|
||||
return this._socketOptions;
|
||||
|
|
Loading…
Reference in New Issue