Explorar el Código

change signal action name

Abhishek Kondur hace 2 años
padre
commit
53af2815c7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      models/host.go

+ 2 - 2
models/host.go

@@ -125,8 +125,8 @@ const (
 type SignalAction string
 
 const (
-	// DissolveConn - action to stop using turn connection
-	DissolveConn SignalAction = "DISSOLVE_CONNECTION"
+	// Disconnect - action to stop using turn connection
+	Disconnect SignalAction = "DISCONNECT"
 	// ConnNegotiation - action to negotiate connection between peers
 	ConnNegotiation SignalAction = "CONNECTION_NEGOTIATION"
 )