Skip to content

Commit be236ac

Browse files
committed
Don't bother completing session$
We now have more than one, possibly. Not just the one per operation. I believe this doesn't matter as the subjects and subscriptions will just be deref-ed and GC-ed.
1 parent 0785ffb commit be236ac

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

src/core/graphql/graphql-session.plugin.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/core/graphql/graphql.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Driver } from './driver';
55
import { GqlContextHost, GqlContextHostImpl } from './gql-context.host';
66
import { GraphqlErrorFormatter } from './graphql-error-formatter';
77
import { GraphqlLoggingPlugin } from './graphql-logging.plugin';
8-
import { GraphqlSessionPlugin } from './graphql-session.plugin';
98
import { GraphqlTracingPlugin } from './graphql-tracing.plugin';
109
import { GraphqlOptions } from './graphql.options';
1110

@@ -18,7 +17,6 @@ import './types';
1817
GraphqlErrorFormatter,
1918
GraphqlLoggingPlugin,
2019
GraphqlTracingPlugin,
21-
GraphqlSessionPlugin,
2220
],
2321
exports: [GraphqlOptions],
2422
})

0 commit comments

Comments
 (0)