-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SipMessageStreamDecoder needs to be updated to work with the latest pkts.sip code #5
Comments
I didn't get around understanding concurrency issues with using |
Hey again, As I mentioned in my other reply, I haven't found any time to work on stipstack.io in quite some time and not sure when I'll have time again. As far as the threading goes, this has to do with how Netty is functioning and the SipMessageStreamDecoder is one per channel pipeline, which is guaranteed to only be used by a single thread. Netty doesn't have great documentation but there are some info regarding that on their site (or if I found it elsewhere - or just step debuged at some point, dont remember!) |
Thanks Jonas
…On Sat, Nov 24, 2018 at 4:05 PM Jonas Borjesson ***@***.***> wrote:
Hey again,
As I mentioned in my other reply, I haven't found any time to work on
stipstack.io in quite some time and not sure when I'll have time again.
As far as the threading goes, this has to do with how Netty is functioning
and the SipMessageStreamDecoder is one per channel pipeline, which is
guaranteed to only be used by a single thread. Netty doesn't have great
documentation but there are some info regarding that on their site (or if I
found it elsewhere - or just step debuged at some point, dont remember!)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACn4mmBpRfyLzh7BBn5iaQrYsdO9DysGks5uyW42gaJpZM4YrWo6>
.
|
I am not sure if there is a plan to update the versioning dependency with
pkts-sip
lib. If thats done, the example UAS, UAC will need to be updated because of the change in the builder patterns.SipMessageStreamDecoder needs to be updated to work with the latest pkts.sip code. I put a small workaround in my repo, putting it in here for my own tracking
The text was updated successfully, but these errors were encountered: