Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Dec 23, 2024
1 parent d076c6c commit 6c47f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Also try:

Nim's stdlib async creates cycles, and the ORC cycle collector does not run often enough. If you want to use orc, you'll need to call `GC_runOrc()` at some point, for example on client close or stream close. Related [nim issue](https://github.com/nim-lang/Nim/issues/21631). `--mm:refc` does not have this issue.

This has been fixed in devel, and next Nim 2.2.1 release.

### Related libs

- [nim-grpc](https://github.com/nitely/nim-grpc)
Expand Down

0 comments on commit 6c47f27

Please sign in to comment.