-
Notifications
You must be signed in to change notification settings - Fork 8
fix(stream): synchronize write #116
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
Conversation
quic/transport/semaphore.nim
Outdated
| logScope: | ||
| topics = "libp2p semaphore" | ||
|
|
||
| type AsyncSemaphore* = ref object of RootObj |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be better to upstream AsyncSemaphore to chronos instead of copy-pasting it into each project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are also some tests here that can be recycled: status-im/nim-chronos#147
fixes vacp2p/nim-libp2p#1603