Search found 3 matches

by luisgasca
Wed Sep 11, 2024 3:01 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: MessageComposer in SMPP Server
Replies: 1
Views: 29600

MessageComposer in SMPP Server

Hi,

I am implementing concat messages support in our SMPP server. Searching here, I see that I can use MessageComposer and the evFullMessageReceived and evFullMessageTimeout events.

I have some doubts though:

1. Does MessageComposer support several distinct messages ? In the examples I see that ...
by luisgasca
Tue Jun 01, 2021 9:08 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SmppClient thread safe
Replies: 2
Views: 56646

Re: SmppClient thread safe

thanks
by luisgasca
Mon May 31, 2021 9:38 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: SmppClient thread safe
Replies: 2
Views: 56646

SmppClient thread safe

Is an instance of SmppClient thread-safe ? that is, can I invoke SubmitAsync from multiple threads without locking access to the SmppClient instance ?

Thanks