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
Adapter.swift:262:41: error: value of type 'DispatchTime' has no member 'advanced'
timer.schedule(deadline: .now().advanced(by: .milliseconds(self.busTimeout)))
This is implemented in macOS.
The text was updated successfully, but these errors were encountered:
Environment
Linux, Swift 5.5.1
Additional Detail from JIRA
md5: 157586149b00dd566deea025dfd42ae0
Issue Description:
Adapter.swift:262:41: error: value of type 'DispatchTime' has no member 'advanced'
timer.schedule(deadline: .now().advanced(by: .milliseconds(self.busTimeout)))
This is implemented in macOS.
The text was updated successfully, but these errors were encountered: