We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6886b3f commit f20a05eCopy full SHA for f20a05e
src/rx/src/Shared/Rx.lua
@@ -2208,7 +2208,7 @@ function Rx.buffer(closingNotifier)
2208
table.clear(buffer)
2209
2210
sub:Fire(latest)
2211
- end)
+ end))
2212
2213
maid:GiveTask(source:Subscribe(function(value)
2214
table.insert(buffer, value)
@@ -2219,7 +2219,7 @@ function Rx.buffer(closingNotifier)
2219
2220
maid:GiveTask(function()
2221
2222
2223
2224
return maid
2225
end)
0 commit comments