Henrique Rosa

Results 30 comments of Henrique Rosa

@hekailiang I'm willing to contribute with a patch for this issue. Since I'm unfamiliar with code at the moment, could you provide any hints for me to get started?

@hekailiang any hints on where I should start looking?

@hekailiang Was able to find the problem. This line here https://github.com/hekailiang/squirrel/blob/master/squirrel-foundation/src/main/java/org/squirrelframework/foundation/fsm/impl/StateImpl.java#L390 can create duplicate transitions in the sub-state. In the following example from debugger we clearly see two duplicate COLLECTING...

Hi @skywalker788 , agree with your comments. It's not the TransactionHandler responsibility to stop a shared Timer. I think it would also be better to replace that Timer with a...

Hi @mohsenk The media-parent project can be found [here](https://github.com/RestComm/media-parent). You can also declare this repository in your ~/.m2/settings.xml to have access to nightly snapshots: ``` cxs-snapshot http://cxsnexus.restcomm.com/nexus/content/repositories/snapshots false true ```...

Hi @ibrarahmad solving this issue will bring some good benefits for MS :) Indeed, this is related to PR #157 but unfortunately the contributor did not complete his work. The...

It's great that we agree on that @ibrarahmad That was the missing piece in the other contributor's work. Let me know how this goes, I'm here in case you have...

**Note:** Must keep track of SSRC and CSRC and apply proper rules.

Hi, Unfortunately it will not be so simple, otherwise we would have implemented our stack with String from the beginning :) Using the String class provided by JDK may result...