Skip to content

Commit 2377a0a

Browse files
fix!: Avoids closing server on single executions
1 parent 919da33 commit 2377a0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/GraphQLWS/Server.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ public actor Server<
172172
} catch {
173173
try await sendError(error, id: id)
174174
}
175-
try await messenger.close()
176175
}
177176
}
178177

0 commit comments

Comments
 (0)