Mossaka / client-node

3 stars 1 forks source link

It looks like RawClient is initialized in every method in `raw.rs` #11

Closed Mossaka closed 3 years ago

Mossaka commented 3 years ago

This line

let inner = client.inner.with_cf(cf.try_into().unwrap());

should be changed to

let inner = client.inner.clone()
Mossaka commented 3 years ago

No this is not a bug since user is able to pass in a cf to specify the client