zio/zio-zmx

Delete listenUnsafe Method

Closed this issue · 2 comments

ZIO ZMX supports a concept of an "unsafe" service to allow users to record metrics with less overhead in certain cases. This makes sense in general but the listenUnsafe method is doing things that are directly in the wheelhouse of ZIO and are much less safe without ZIO. We should delete this method and implement it in terms of the existing listen method.

I can work on this one 🙂