FastNet2 is almost for ready of usages, just need fews more updates. When? Maybe around version v0.1.0 Beta/Alpha
Edit: i really can’t 100% sure about when.
FastNet2 is almost for ready of usages, just need fews more updates. When? Maybe around version v0.1.0 Beta/Alpha
Edit: i really can’t 100% sure about when.
Added some polls, also thanks for giving feedback on poll
Update v0.0.6 will be done in few minutes
Note: v0.0.6 source currently not available on wally, accidently published v0.0.5 into v0.0.6 on wally.
Updated v0.0.3 into v0.0.6 with .rbxm file
Guide for update v0.0.6 that support remotefunction (beta feature):
-- Server
local Remote1 = FastNet2:Create("Remote1", "Function")
Remote1:Listen(function(plr, v1)
return v1*2
end)
--[[
For server usage on invoking:
Remote1:Pull(<player>, <timeout>, <any (data)>)
]]
-- Client
local Remote1 = FastNet2:Create("Remote1", "Function")
local now = 1
while task.wait(0.5) do
now = Remote1:Pull(5, now) -- timeout, data
end
Need people to tests out the module and let me know if there an issues found.
Will make a benchmark test place for fastnet2 with void,int,str and bool
added benchmark place link (use fastnet2, the place only benchmark fastnet2 module)
Fixed the benchmark place that couldn’t play
Edit: Fixed the UI Size & Changed SignalBehavior to Default
Known issue:
were fixing rn asap as possible
Added .rbxm file of this version & this not available on wally
I got a big trouble which my device OS is broken, that mean my data is gone, i have been working for version 0.0.8 for a long time for next update in next few weeks but because of this problems i have to start from 0 for making next update (v0.0.8-alpha). Sorry
Edit:
List completed in 0.0.8 (previously):
Added .rbxm file of this version & this not available on wally
also benchmark place is updated to version 0.0.7 patch 2.
Available for wally within version v0.0.75, added .rbxm, benchmark file & place for this version
- Added Smooth Mode option (1-4)
Updated Benchmark place, added .rbxm file & wally (v0.0.76) for this version
Updated into b_0.0.76
Available on wally & github
Updated into b_7.8
base64 decode may slow down due error handling included
Suggestion: off encode feature for better performance & prevent data size increases
available for wally & github (also with the builded file)