rogchap / wombat

Cross platform gRPC client
MIT License
1.39k stars 52 forks source link

Allow cyclic to depth 7 #111

Open shhac opened 1 month ago

shhac commented 1 month ago

Rather than throwing on cycles, count the depth and then stop going deeper out when we hit 7

Related to https://github.com/rogchap/wombat/issues/100