-
SDL2 has threading requirements. For instance, it would seem that the thread creating the main window needs also to be the same thread for manipulating the renderer and for pooling events.
Is it pos…
-
``` javascript
var Test = mongoose.model('Test', new Schema({
blah: String
}));
var t = new Test({blah: 'abcd'});
t.save(function (err) {
if (err) {
console.log(err);
}
});
Test.…
-
We're trying to test the mongoose populate function for our schema.
Currently we're getting the error `Cannot read property 'populate' of undefined`
We are running a script in Node which creates a pa…
-
Call Queue scenario START_SESSION/REGISTER should go to QueueConnector, not RTCConnector.
This is the issue where on an outbound call in a callQueue environment, the START_SESSION & REGISTER should g…
-
Code:
``` Ruby
agent.call.register_tmp_handler :event, Punchblock::Event::Unjoined do
agent.callback :disconnect, self, agent.call, queued_call
ignoring_ended_calls { queued_cal…
-
I am trying to run some Mocha tests that all passed a few months ago, but they are all failing now. I have narrowed the problem down to mongoose-id-validator, which is throwing a MissingSchemaError f…
-
```
[2015-02-17 22:19:54.985] ERROR Celluloid: ElectricSlide::CallQueue crashed!
Adhearsion::Call::ExpiredError: This call is expired and is no longer accessible. See http://adhearsion.com/docs/calls …
-
tests hang in run attempt.
Installed Liberty Beta and configured as follows;
```
jsp-2.2
rtcomm-1.0
```
##
Cloned and prepared lib.rtcomm.clientjs as follows
git clone ht…
-
I installed hdfs package with DCOS, in Mesos 4 datanode tasks are running, but available only two of them.
This is `stderr` of failing task:
```
15/07/23 09:18:26 INFO datanode.DataNode: STARTUP_MSG…
-
When using Node-RED "rtcomm 3PPC" node to initiate call between two endpoints with Liberty October beta and beta5 client code, I was getting error "3PCC call FAILED with reason:Client is unable to ac…