svghmi/svghmi_server.py
branchsvghmi
changeset 2777 cdf6584953a0
parent 2776 246ae685ab65
child 2779 75c6a31caca6
--- a/svghmi/svghmi_server.py	Mon Sep 16 11:44:20 2019 +0200
+++ b/svghmi/svghmi_server.py	Mon Sep 16 13:45:04 2019 +0200
@@ -65,7 +65,9 @@
         #        - refresh rates / subsriptions
 
         # TODO multiclient : pass client index as well
-        pass
+
+        #
+        svghmi_recv_dispatch(len(msg), ctypes.c_void_p.from_buffer_copy(msg))
 
     def sendMessage(self, msg):
         self.sendMessage(msg, True)