Browse Source

make template Session inheritable

vincentmarguerie 7 years ago
parent
commit
2c38f27a61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Plugin/Templates/server.swift

+ 1 - 1
Plugin/Templates/server.swift

@@ -24,7 +24,7 @@
 }
 
 /// Common properties available in each service session.
-{{ access }} final class {{ .|service:file,service }}Session {
+{{ access }} class {{ .|service:file,service }}Session {
   fileprivate var handler : gRPC.Handler
   {{ access }} var requestMetadata : Metadata { return handler.requestMetadata }