mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user