Open HarlekinSimplex opened 3 years ago
Just changed ip address from 127.0.0.1 to my real address 192.168.2.100 and it started working... Wiered.
However the 'FunctionType' Warnings are still there... Any idea how to hint PyCharm properly here?
Cheers Harlekin
Hi,
I just used the following sample code to test the server with my TouchOSC Surface:
TouchOSC sends to port 8006 and receives on port 9006. Sending messages to TouchOSC works nicely but the server does not give any output. Regardless what I set as the address used by the dispatcher. Neither the function to handle the set mapping nor the default handler seem to be called.
PyCharm gives two warnings for the disptcher calls:
Expected type 'FunctionType', got '(address: Any, args: Tuple[Any, ...]) -> None' instead
May that be a hint what is wrong?Im running that code on Windows10 Pro using PyCharm. What am I doing wrong here?
Cheers Harlekin