Timer device will not return .Await() - Previously worked, Island is bugged?

Reference ID

4b23ca08-4675-da0f-50a7-46b9bb0ad366

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Verse

Summary

timer_device success event not triggering (was previously)

Steps to Reproduce

create a device with an
@editable
CountdownTimer:timer_device=timer_device()
set the timer device properties to count down and success on timer end to true

trigger the timer in verse and wait for the countdown to finish with:

Print(“Starting Timer”)
CountDownTimer.Start()
Print(“Timer Started”)
CountdownTimer.SuccessEvent.Await()
Print(“Timer Successful”)

Expected Result

The timer should start counting down and print “Timer Successful” when the Await() function returns.

Observed Result

The await function does not return. Previously, It did. The code has not been modified.

Platform(s)

windows

Island Code

1840-5311-1519

Additional Notes

There is a bug with the Creative Island and needs a stack trace to identify where the issue is.

I have tried the following:
Re-creating the timer device, and creative_device which picks it
Modifying the default values of the timer

Resolved this issue. The verse server was crashing because an API call was called inside a loop.