You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have just played around with kaspa-wrpc-client and used the KaspaRpcClient.
I noticed an unusual usage of the CPU (in kernel mode). Turns out I wasn't closing connections established with the client.
Describe the solution you'd like
I believe the Rust community is leaning towards RAII, to prevent this kind of issues.
Describe alternatives you've considered
I am okay with the current status.
Additional context
I am just fetching for feedback.
Is it because stop or disconnect is async code?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I have just played around with
kaspa-wrpc-client
and used theKaspaRpcClient
.I noticed an unusual usage of the CPU (in kernel mode). Turns out I wasn't closing connections established with the client.
Describe the solution you'd like
I believe the Rust community is leaning towards RAII, to prevent this kind of issues.
Describe alternatives you've considered
I am okay with the current status.
Additional context
I am just fetching for feedback.
Is it because
stop
ordisconnect
is async code?The text was updated successfully, but these errors were encountered: