Commit Graph

8 Commits

Author SHA1 Message Date
Linden
93fc595030 fix(client/streaming): timeout 2022-08-04 01:32:54 +10:00
Linden
1b05f87c8e tweak(client/streaming): rewrite
Was going to split into separate imports, then
remembered why I didn't in the first place.
Improved annotations.
Changed timeout into a for loop, and increase default to 500 ticks.
Less variable reassignments.
Allow functions to be called outside threads, but will not check if the
request was successful (has loaded).
2022-08-03 22:58:50 +10:00
DokaDoka
b935d9b58c fix(resource/streaming): don't use HasModelLoaded for everything 2021-12-24 11:36:16 +11:00
DokaDoka
cb0b99e147 fix(resource/streaming): print default when limit is nil 2021-12-24 09:42:14 +11:00
DokaDoka
34bd55e4a6 feat(resource/streaming): set timeout length and return requested item on success (#4)
* feat: set timeout length

* fix: adjust variable names and set default to 100 ticks

* fix: make timeout local again
2021-12-12 14:14:06 +11:00
DokaDoka
a17a8c464b fix(resource/streaming): use correct variable names 2021-11-17 19:33:48 +11:00
Linden
6c2658c302 feat(resource/streaming): timeout functions after 20 ticks 2021-11-17 03:37:59 +11:00
Linden
ede02fb1b4 feat(resource): setup streaming exports and placeholders
Naturally I have not tested any of these.
2021-11-16 11:16:34 +11:00