Search found 2 matches
- Fri Oct 02, 2020 4:03 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Encoding issue with .NET Core 3.1
- Replies: 2
- Views: 14726
Re: Encoding issue with .NET Core 3.1
Thank you for the fast reply. This solved the issue.
- Fri Oct 02, 2020 12:00 pm
- Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
- Topic: Encoding issue with .NET Core 3.1
- Replies: 2
- Views: 14726
Encoding issue with .NET Core 3.1
I created 2 console applications (.NET Core 3.1 and .NET Framework 4.6.1) running exactly the same code:
public static async Task SendHelloWorld()
{
LogManager.SetLoggerFactory(new ConsoleLogFactory(LogLevel.Verbose));
using (SmppClient client = new SmppClient())
{
try
{
if (await client ...
public static async Task SendHelloWorld()
{
LogManager.SetLoggerFactory(new ConsoleLogFactory(LogLevel.Verbose));
using (SmppClient client = new SmppClient())
{
try
{
if (await client ...