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 845c136 commit 784bc24Copy full SHA for 784bc24
swift/test/Ice/location/TestI.swift
@@ -187,7 +187,7 @@ actor ServerLocator: TestLocator {
187
return try await _registry.getObject(id)
188
}
189
190
- func getRegistry(current _: Ice.Current) -> Ice.LocatorRegistryPrx? {
+ nonisolated func getRegistry(current _: Ice.Current) -> Ice.LocatorRegistryPrx? {
191
return _registryPrx
192
193
0 commit comments