yafyz / nitrsnip

A discord nitro sniper, which tries to actually be good (50-30ms on AWS, basicaly the fastest one). With normal discord push notification working (unlike others)
42 stars 32 forks source link

why #15

Closed mewzax closed 1 year ago

mewzax commented 1 year ago

why r u using zlib-sync? for performance?

yafyz commented 1 year ago

what else exactly am i supposed to use?

mewzax commented 1 year ago

wss://gateway.discord.gg/?encoding=etf&v=9&compress=zlib-stream

I mean why using &compress=zlib-stream and zlib-sync in your code ?

yafyz commented 1 year ago

well yeah, for performance compression usually compresses data -> data to be sent is smaller

mewzax commented 1 year ago

ok makes sense