Skip to content

Commit a66eead

Browse files
fix!: Avoids closing server on single executions
1 parent 7d54144 commit a66eead

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/GraphQLTransportWS/Server.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ public actor Server<
166166
} catch {
167167
try await sendError(error, id: id)
168168
}
169-
try await messenger.close()
170169
}
171170
}
172171

0 commit comments

Comments
 (0)