- Companion:
- object
Value members
Concrete methods
def connect(url: String)(implicit ev: IsWebSocket[R, E, A, B]): ZIO[R & EventLoopGroup & ChannelFactory, Throwable, Response]
Provides the socket with its required environment, which eliminates its dependency on R. This operation assumes that your socket requires an environment.
Provides the socket with its required environment, which eliminates its dependency on R. This operation assumes that your socket requires an environment.