After week of trying to fix a bug ๐ which was hard to reproduce, came to know its a .NET issue which is donโt use .wait() on a function which is using async await in it.
Apparently it can cause deadlock.
๐ ๐
@mattpocockuk Is it true that https://t.co/KbmZnyZDOZ uses their own protocol because few days back i was working with a server that was sending messages through ws but https://t.co/KbmZnyZDOZ wasnโt receiving it. Then used js ws and it worked fine.