mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
logs exception caught when handling a container message.
This commit is contained in:
parent
01e61f3ea4
commit
9f25a7615e
|
|
@ -573,9 +573,9 @@ namespace TLSharp.Core.Network
|
||||||
messageReader.BaseStream.Position = beginPosition + innerLength;
|
messageReader.BaseStream.Position = beginPosition + innerLength;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
// logger.error("failed to process message in contailer: {0}", e);
|
logger.Debug($"failed to process message in contailer: {e}");
|
||||||
messageReader.BaseStream.Position = beginPosition + innerLength;
|
messageReader.BaseStream.Position = beginPosition + innerLength;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
0
TeleSharp.Generator/Result.cs
Normal file
0
TeleSharp.Generator/Result.cs
Normal file
14451
TeleSharp.Generator/schema.json
Normal file
14451
TeleSharp.Generator/schema.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue