Is there a C# Crosis client?
I’m trying to download repls through C# and I can already do so through NodeJS but I just wanna do it through C# and I’ve tried to implement it myself by connecting to a wss://eval.global.replit.com/wsv2/v2.public. url but I could never parse or decode the messages even while following GitHub - replit/protocol: The Protocol definition file and language bindings, and I don’t want to use the .zip url’s that you can put at the end of repls because it only works on your own repls, and since I can’t achieve this, is there anyone that can make a C# Crosis client?