Abhinav a.k.a Demkeys

Results 4 issues of Abhinav a.k.a Demkeys

I'm on Unity 2021.3.5f1. When I try to call the Write method from an instance of OscWriter I get the following errors. ![image](https://user-images.githubusercontent.com/18563612/205519842-80922dc0-de9a-43d7-a208-1d331fdf3211.png) Am I doing something wrong here?

``` Cloning into 'C:\Users\Demkeys\Documents\GitHub\TwitchLib'... remote: Enumerating objects: 12421, done. remote: Counting objects: 100% (1614/1614), done. remote: Compressing objects: 100% (817/817), done. remote: Total 12421 (delta 781), reused 1592 (delta 763),...

``` TwitchLib.Api.Helix.Models.ChannelPoints.CreateCustomReward.CreateCustomRewardsRequest newRewardReq = new(); newRewardReq.Title = "Created From Code 02"; newRewardReq.Cost = 1; var newReward = await api.Helix.ChannelPoints.CreateCustomRewardsAsync( user_id, newRewardReq ); ``` The following code creates a custom reward,...

Hi, sorry I'm not able to find info about this elsewhere. I'm wondering if the ``` following. ``` topic used in [ListenToFollows](https://github.com/TwitchLib/TwitchLib.PubSub/blob/3e259624c14391f5c24fce98510523ef081d6ac5/TwitchLib.PubSub/TwitchPubSub.cs#L779) is deprecated. I'm unable to find docs on...