Mihail Gribkov

Results 41 comments of Mihail Gribkov

Sorry for a late response Can you still reproduce the issue on v3.11.0?

```cs await SocketGuild.DownloadUsersAsync(Array.Empty()); ``` ~~Supplying an empty collection of users to download results in a deadlock~~ UPD: awaiting the method in a event handler causes a deadlock on the gateway...

@quinchs Should `DownloadUsersAsync` methods block the thread until users are actually downloaded? This causes deadlock if the method is executed in a event handler `DownloadUsersAsync` method that we had before...

Huh, yeah, sorry, your previous reply didn't load in mobile app... --- Speaking about the issue tho I believe that is not a workaround rather that's the intended behavior. It's...

`ForumTagBuilder` is used only to create/modify tags in a forum channel And since tags are predefined in a channel - it kinda makes sense that it not possible to just...

Try specifying the api version `wss://gateway.discord.gg/?v=10&encoding=json` Also `Discord.Net 1.0.0` in logs looks odd

Also What are you using to run the bot I see you have .NET framework 4.8 as the target... Do you use Mono? That might also cause issues I'd suggest...

DNet used to have issues running on mono, so that can be one of the issues --- You have a couple of `..... handler is blocking the gateway task` DNet...

Well, I don't know then In your latest log you also had some `Received Dispatch (....)` - it means that DNet successfully connected to gateway & managed to receive events...