Search found 4 matches
- Tue Jul 13, 2021 3:55 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: SmppClient.DisconnectAsync lasts long time
- Replies: 6
- Views: 129458
Re: SmppClient.DisconnectAsync lasts long time
Aftrer updating to 2.9.12 the issue is gone. Thank you.
- Tue Jul 13, 2021 3:51 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: SmppClient.DisconnectAsync lasts long time
- Replies: 6
- Views: 129458
Re: SmppClient.DisconnectAsync lasts long time
13.07.2021 18:40:41:DEBUG: 1: Connecting to InterNetwork/smpp.smsc.ru:3700
13.07.2021 18:40:41:INFO : 12: 192.168.100.3:60094 => InterNetwork/smpp.smsc.ru:3700 Connection established.
13.07.2021 18:40:41:DEBUG: 5: Send PDU: BindTransceiver, Sequence: 1
13.07.2021 18:40:41:DEBUG: 5: PDU Received ...
13.07.2021 18:40:41:INFO : 12: 192.168.100.3:60094 => InterNetwork/smpp.smsc.ru:3700 Connection established.
13.07.2021 18:40:41:DEBUG: 5: Send PDU: BindTransceiver, Sequence: 1
13.07.2021 18:40:41:DEBUG: 5: PDU Received ...
- Tue Jul 13, 2021 1:16 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: SmppClient.DisconnectAsync lasts long time
- Replies: 6
- Views: 129458
Re: SmppClient.DisconnectAsync lasts long time
We use 2.9.9 version. How can I switch on and use logging functionality?
We don't subscribe on evDisconnected.
We use only connectasync, bindasync and sendasync and evDeliverSm handler.
We don't subscribe on evDisconnected.
We use only connectasync, bindasync and sendasync and evDeliverSm handler.
- Mon Jul 12, 2021 4:14 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: SmppClient.DisconnectAsync lasts long time
- Replies: 6
- Views: 129458
SmppClient.DisconnectAsync lasts long time
SmppClient.DisconnectAsync lasts about 60 seconds. SmppClient.Disconnect lasts the same time as well. We works with Smsc.ru. ConnectAsync and BindAsync work succesfully and last about 1 second.