fix file
This commit is contained in:
parent
0804b04e6a
commit
625741a7a9
|
|
@ -398,6 +398,7 @@ func (c *Client) processMessage(m Message) (err error) {
|
|||
err = c.redisdb.Publish(c.nameOutChannel, Message{
|
||||
Type: "close-sender",
|
||||
}.String()).Err()
|
||||
os.Exit(1)
|
||||
case "datachannel-answer":
|
||||
c.log.Debug("got answer:", m.Message)
|
||||
// Apply the answer as the remote description
|
||||
|
|
|
|||
Loading…
Reference in New Issue