Added Unconnect to connections. Allows fastmode connections to be removed

This commit is contained in:
2022-12-25 21:14:34 -05:00
parent f5e95b8c9f
commit 8c3d66a7b1
3 changed files with 111 additions and 67 deletions
+1
View File
@@ -83,6 +83,7 @@ multi:mainloop()
Added
---
- `multi:newConnection():Unconnect(conn_link)` Fastmode previously didn't have the ability to be unconnected to. This method works with both fastmode and non fastmode. `fastMode` will be made the default in v16.0.0 (This is a breaking change for those using the Destroy method, use this time to migrate to using `Unconnect()`)
- `thread.chain(...)` allows you to chain `thread.hold(FUNCTIONs)` together
```lua
while true do