status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/docs/chronos
Apache License 2.0
352 stars 51 forks source link

Fix AsyncStreamReader constructor declaration mistypes. #533

Closed cheatfate closed 2 months ago

cheatfate commented 2 months ago

For some reason it was returning AsyncStreamWriter instead of AsyncStreamReader instance.