Pavel K

Results 6 comments of Pavel K

But instance returned along with _ChannelLeftBridge_ event returns 1, and in my particular case it is definitely incorrect because I create a holding bridge per every incoming channel, therefore bridge...

So here is the log from B party (starting chat): ``` candy.bundle.js:214 [View:Pane:Roster] join candy.bundle.js:214 [View:Pane:Roster] join candy.bundle.js:246 [Strophe][DEBUG]: _throttledRequestHandler called with 1 requests candy.bundle.js:246 [Strophe][DEBUG]: _processRequest: first request has...

@mdonalisio i have the same issue after uglifying, but only in Firefox. My build config: ``` ({ appDir: "./panel", baseUrl: "./js", mainConfigFile: './panel.cfg.js', paths: { "jquery": "../../libs/jquery-2.1.3.min", "jquery.ui": "../../libs/jquery-ui-1.12.1.custom/jquery-ui.min", "jquery.ui.touch-punch":...

Thanks for your help. I downgraded MongoDb works just fine with the same example. > As an alternative to strace, could you please try to run the small ping example...

FInally I sorted it out. It doesn't connect when the connection string is for cluster, I mean it looks like this: ``` mongodb://10.60.75.73:27017,10.60.75.74:27017,10.60.75.75:27017/?replicaSet=rs0 ``` But it's ok when I connect...

@jmikola wow, thanks, that was unexpected. Seems I gotta check my cluster setup