You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found an interesting issue in Swift Client 1.5.1: our signals did not get send from Simulator and debugging showed that the timer scheduled in SignalManager.swift:64 did not fire.
SignalManager.init was called from a background queue. Making the calling code a MainActor fixed it. Assumption is that the timer gets removed when the task on the queue finishes.
Did not further investigate but maybe you want to have a look.
The text was updated successfully, but these errors were encountered:
winsmith
changed the title
Signals not being sent in 1.5.1
Signals not being sent in when SignalManager.init called from a background queue
Mar 21, 2024
The text was updated successfully, but these errors were encountered: