zio / zio-redis

A ZIO-based redis client
https://zio.github.io/zio-redis
Apache License 2.0
123 stars 63 forks source link

Infinite loop in RedisUri #970

Closed russwyte closed 3 months ago

russwyte commented 5 months ago

This line creates an infinite loop which is breaking tests.

https://github.com/zio/zio-redis/blob/941013ab5c95a05beb0269b3ef1d322bb9225875/modules/redis/src/main/scala/zio/redis/RedisUri.scala#L29

mijicd commented 5 months ago

@russwyte Could you please point out the failing tests or give us a reproducer?