Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Nim 0.20.x] httpclient call is not GC-safe #63

Closed
mratsim opened this issue Jul 15, 2019 · 1 comment
Closed

[Nim 0.20.x] httpclient call is not GC-safe #63

mratsim opened this issue Jul 15, 2019 · 1 comment

Comments

@mratsim
Copy link
Contributor

mratsim commented Jul 15, 2019

FYI, I was on devel by mistake and add a not gcsafe error for this method:

method call*(client: RpcHttpClient, name: string,
params: JsonNode): Future[Response] {.async.} =

No compilation problem on 0.19.6

@jangko
Copy link
Contributor

jangko commented Jan 3, 2024

fixed by #178, closing

@jangko jangko closed this as completed Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants