Shahidur Rahman / Publications
Forum
How to read and write message between C# and MQL5 using named pipe
I am trying to make a communication channel between C# named pipe server and MQL5 named pipe client. Named pipe server and client is being created successfully and also client connected to server . From client send message to server and from server read the data successfully. But the problem is when