Skip to content

Commit eca9646

Browse files
committed
chore(subscriptions): test slow down
1 parent 12ef4c4 commit eca9646

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/placeos-driver/subscriptions.cr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class PlaceOS::Driver
161161
else
162162
redis.unsubscribe [chan]
163163
end
164+
sleep 1.milliseconds
164165
rescue error
165166
Log.fatal(exception: error) { "redis subscription failed... some components may not function correctly" }
166167
redis.close

0 commit comments

Comments
 (0)