-
Notifications
You must be signed in to change notification settings - Fork 323
Closed as not planned
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
if ("graphql-ws".equalsIgnoreCase(handshakeInfo.getSubProtocol())) {
if (logger.isDebugEnabled()) {
logger.debug("apollographql/subscriptions-transport-ws is not supported, nor maintained. "
+ "Please, use https://github.com/enisdenjo/graphql-ws.");
}
return session.close(GraphQlStatus.INVALID_MESSAGE_STATUS);
}
Narrowed it down to above lines..why are graphql-ws connections closed?
Shouldn't it only close on former "subscriptions-transport-ws"?
I'm using Version:1.3.2
Maybe @amondnet or @rstoyanchev can help
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid