SegFault

Results 5 comments of SegFault

A lot of functions and data are actually empty using this connection way.

Hi [Whats-A-MattR](https://github.com/Whats-A-MattR), The version I was using during those tests was `"steam-user": "^4.25.0"` and `"steam-session": "^0.0.2-alpha"` I used the example code, and no I'm not complaining don't worry ahah, I...

Then I was setting my session like this: ``` const session = await this.session.process(this.credentials); (this.steam.client as any).logOn({ refreshToken: session.refreshToken, clientOS: 16, }); ``` And it was emitting steamLogon event but...

It seems to be fixed with the 4.26, I don't changed anything to my original code