贡献代码 查找代码
一个简单的连接性检查器。使用示例
local connection = require("connection") connection.test(function (isAvaliable) if isAvailable then print("Connection available!") else print("No connection :(") end end)