- Companion:
- object
Value members
Concrete methods
def connect(url: String)(implicit ev: IsWebSocket[R, E, A, B]): ZManaged[R & EventLoopGroup & ChannelFactory, Throwable, Response]
Delays delivery of messages by the specified duration.
Delays delivery of messages by the specified duration.
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.
Executes the effect for each message received from the socket, and ignores the output produced.
Executes the effect for each message received from the socket, and ignores the output produced.