Open
Description
via community slack:
I'm trying to integrate a kafka client in a Unity3D project (based on mono).
When I try to initialize the Confluent .NET client I get an ArgumentException with "method return type is incompatible" message thrown from the CreateDelegate() in the Librdkafka.SetDelegates() method.
When I'm running my code in a .NET framework tester it runs with no problem, so I guess the mono framework used in Unity is causing the problem.