Enable peer.js debug flag

This will log messages from the reliable library to try
and debug the packet loss issue.
This commit is contained in:
Kevin Sawicki
2013-07-24 08:29:05 -07:00
parent 40d76d2db9
commit 71cbcf9c4a

View File

@@ -30,7 +30,7 @@ module.exports =
id = Guid.create().toString()
key = '0njqmaln320dlsor'
config = @getIceServers()
new Peer(id, {key, config})
new Peer(id, {key, config, debug: true})
connectDocument: (doc, connection) ->
nextOutputEventId = 1