|
@@ -84,6 +84,7 @@ open class ServiceServer {
|
|
|
try handler.sendStatus(responseStatus)
|
|
try handler.sendStatus(responseStatus)
|
|
|
}
|
|
}
|
|
|
} catch _ as HandleMethodError {
|
|
} catch _ as HandleMethodError {
|
|
|
|
|
+ print("ServiceServer call to unknown method '\(unwrappedMethod)'")
|
|
|
if !handler.completionQueue.hasBeenShutdown {
|
|
if !handler.completionQueue.hasBeenShutdown {
|
|
|
// The method is not implemented by the service - send a status saying so.
|
|
// The method is not implemented by the service - send a status saying so.
|
|
|
try handler.call.perform(OperationGroup(
|
|
try handler.call.perform(OperationGroup(
|