Hi folks
I have a question regarding the external dll.
When writing the function Aerofly_FS_2_External_DLL_Update, to my understanding
the parameter message_list_sent_byte_stream_size_max tells me, how much buffer space is available for writing messages to aerofly.
When I start my plugin, the passed value is 8192, but after I pass messages once, that value will change to 0 and will stay that way.
Is this intended? does it mean my plugin does something evil and is now blocked?
Thanks for your time