@@ -144,4 +144,16 @@ function Core:disconnect()
end
self.ws.close();
function Core:setLoop(loop)
self.loop = loop;
function Core:start()
while true do
if self.loop then
self.loop();
The note is not visible to the blocked user.