Mark Deraeve
Results
2
comments of
Mark Deraeve
At the moment, the only thing that worked for me is to change the .json extension of the files to .txt. Then put this in the module (for local DEV...
In the data recieved event you can easely reply the client request: private void Server_DataReceived(object sender, Message e) { e.Reply(byte[]);