v1.7.0
Changes:
- Dropping the use of
coroutine.resume
when ran on Roblox as it proved too problematic despite being much faster thantask.spawn
, the latter's advantages include better error stack trace and:Fire
not halting when a connection errors - Fixed a typo on the
Connection
type