i am using ios SDK 0.50.0 GitHub - apollographql/apollo-ios: 📱 A strongly-typed, caching GraphQL client for iOS, written in Swift.
when i request subscription it response WSError(type: Apollo.WebSocket.WSError.ErrorType.protocolError, message: "Subprotocol not acceptable", code: 4406)"
so could it mean 0.50.0 not support “graphql-ws”?
where can i get log about the “Subprotocol not acceptable”