We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98e24c commit b03029eCopy full SHA for b03029e
src/participant.coffee
@@ -2,16 +2,10 @@
2
common = require './common'
3
transport = require './transport'
4
5
-path = require 'path'
6
-fs = require 'fs'
7
debug = require('debug')('msgflo:participant')
8
-chance = require 'chance'
9
async = require 'async'
10
EventEmitter = require('events').EventEmitter
11
uuid = require 'uuid'
12
-fbp = require 'fbp'
13
-
14
-random = new chance.Chance 10202
15
16
findPort = (def, type, portName) ->
17
ports = if type == 'inport' then def.inports else def.outports
0 commit comments