You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
The ZMXServer trait currently only has a single method, close that closes the channel. We can delete this trait and have the ZMXServer.make operator return either a ZManaged or a ZLayer that builds in the necessary finalization logic.
The text was updated successfully, but these errors were encountered:
The ZMXServer trait currently only has a single method,
close
that closes the channel. We can delete this trait and have theZMXServer.make
operator return either aZManaged
or aZLayer
that builds in the necessary finalization logic.The text was updated successfully, but these errors were encountered: