Hello,
I'm trying to create a DLL able to communicate with a distant server using c# ssl stream socket SSLStream. Everything goes fine with SSLStream.Write but every time i try to read data from the stream the game crashes and i get this report:
```
Arma 3 Troubleshooting Report
Sorry for the inconvenience.
Please report this on Arma 3 Feedback Tracker (http://feedback.arma3.com). Thanks to you we may fix the issue faster.
----------------------
Process exit
----------------------
Exit code: 0xE0434F4D - STATUS_CLR_EXCEPTION
Running time: 00:01:04.1351830
----------------------
System information
----------------------
Date: 2022-06-06 22:36:17 / 2022-06-07 00:36:17 +02
Current dir: C:\Program Files (x86)\Steam\steamapps\common\Arma 3
Command line: "C:\Program Files (x86)\Steam\steamapps\common\Arma 3\arma3launcher.exe"
CLR version: 4.0.30319.42000
OS Version: 10.0.22000.0 (Microsoft Windows NT 10.0.22000.0)
OS 64 bit: True
Process 64 bit: False
Culture: fr-FR
UI Culture: fr-FR
----------------------
Last game report
----------------------
not provided
```
I tried to set a read timeout to 1 second on the SSLStream but it doesn't change anything.