You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This relates to an issue that was introduced in the 10.3 compiler. If you pull a more Grijjy Foundation it should be worked around, or if you utilize an updated Delphi compiler.
in unit Grijjy.CloudLogging.Protocol
procedure TgoCloudLogger.Send(const AService: String; const AMsg: String;
const ALevel, ADataFormat: Integer; const AData: TBytes);
the line
Msg.PushProtocolBuffer(Protocol);
complains about "Type parameter 'T' must be a non-nullable value type"
It was compiling in XE 10.3
I'm unable to resolve the problem. Any help appreciated.
The text was updated successfully, but these errors were encountered: