All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fmgp.did.framework.TransportBuf.scala Maven / Gradle / Ivy

There is a newer version: 0.1.0-M25
Show newest version
package fmgp.did.framework

import zio._
import zio.stream._

trait TransportWS[R, M] extends Transport[R, M, M] {
  def ws: Websocket[Throwable]
  override def id = ws.socketID
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy