Results 6 comments of z3db0y

const RPCApi = require('discord-rpc'); class RPC { __onerr () { this.__r = 0; clearInterval(this.__i); setTimeout(() => {this.__init();}, 100); } __doInterval () { if(this.__i) return; this.__i = setInterval(() => { if(!this.__r)...

+1 would like to see support for this, as it also allows reusing a keep-alive connection, for example making an HTTP and a WebSocket connection over a single proxy connection

> but it's not something that's allowed by RFC 6455 I haven't seen anything in the RFC that states a that a proxy connection may not be open and used...

Hey, if your issue is still relevant, just saying that you could always `go get github.com/fogleman/gg@latest`... but seeing that this is almost a year old, I'm a little late haha

Yea gradle is a pain in the ass 90% of the time; you have to align all the versions like stars to get your code to build 😅

+1, have this issue too, how oddly specific)