Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Error #28

Open
ghost opened this issue Sep 27, 2016 · 1 comment
Open

Error #28

ghost opened this issue Sep 27, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 27, 2016

If you comment a profile you get this error in SteamResponse.cs

    public TSerializable DeserializeJson<TSerializable>()
    {
        string streamData = ReadStream();
        return streamData == null ? default(TSerializable) : JsonConvert.DeserializeObject<TSerializable>(ReadStream());
    }

default is null

@iamsilk
Copy link

iamsilk commented Oct 2, 2016

Created a pull request with a fix for this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant