unifiedremote / Docs

Official API documentation.
149 stars 33 forks source link

socket:connected() always throws a "Null pointer" error #16

Open MarkerB opened 5 years ago

MarkerB commented 5 years ago

This bit of sample code from the docs always fails with a "Null pointer" error:

local s = require("socket").new();
print(s:connected()); -- false

Running on Windows 10, Unified Remote version 3.6.1.2342 (45)