Fix excessive stack usage (#246)

This commit is contained in:
Wizou 2024-04-22 17:28:44 +02:00
parent 8228fede0f
commit b6dbf9564f
4 changed files with 51 additions and 44 deletions

View file

@ -17,6 +17,7 @@ namespace TL
internal const uint BadMsgCtor = 0xA7EFF811;
internal const uint GZipedCtor = 0x3072CFA1;
#if !MTPG
[EditorBrowsable(EditorBrowsableState.Never)]
public readonly static Dictionary<uint, Type> Table = new()
{
@ -1315,6 +1316,7 @@ namespace TL
[0xAA48327D] = typeof(Layer8.DecryptedMessageService),
[0x1F814F1F] = typeof(Layer8.DecryptedMessage),
};
#endif
internal readonly static Dictionary<Type, uint> Nullables = new()
{