0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

log ice state

This commit is contained in:
Zack Scholl 2019-11-13 09:07:41 -08:00
parent c405779a40
commit 336b78eeeb

View file

@ -387,6 +387,7 @@ func (c *Client) CreateOfferer(finished chan<- error) (pc *webrtc.PeerConnection
var readyToEnd = false
dc.OnOpen(func() {
log.Debug("data channel is open")
if c.Options.IsSender {
log.Debug("sending file")
pos := uint64(0)