Skip to content

issues Search Results · repo:apollographql/subscriptions-transport-ws language:TypeScript

Filter by

416 results
 (59 ms)

416 results

inapollographql/subscriptions-transport-ws (press backspace or delete to remove)

Errored subscriptions are not currently removed from the list of operations, meaning that when the connection is closed, subscriptions-transport-ws attempts to unsubscribe from them (by calling .return). ...
  • ForbesLindesay
  • Opened 
    on Feb 9, 2022
  • #918

import { SubscriptionClient } from subscriptions-transport-ws ; const subscriptionClient = new SubscriptionClient( process.env.NEXT_PUBLIC_SUBSCRIPTIONS_API || , { reconnect: true, ...
  • sgentile
  • Opened 
    on Oct 14, 2021
  • #901

I m looking at the following: apollo-client doesn t have a createNetworkInterface nor does it have a networkInterface What version of apollo client is being used here ? I have 3.2.5 Additionally addGraphQLSubscriptions ...
docs
  • sgentile
  • 3
  • Opened 
    on Oct 13, 2021
  • #900

Steps to reproduce: 1. Create an instance of SubscriptionClient passing ClientOptions.connectionParams being an async function with some nonzero delay (say, 10ms await). 2. Initiate the client connect. ...
  • dko-slapdash
  • 1
  • Opened 
    on Oct 13, 2021
  • #899

Hi, I have a question is when I use new WebSocket(URL), I can find the CloseEvent and code or reason information in that CloseEvent. Like this: export const connectSocket = () = { socket = new WebSocket(wsUrl); ...
  • XXuain
  • Opened 
    on Oct 6, 2021
  • #898

image I m trying to connect to my server from Postman, but, as shown above, it seems the protocol is missing. server setup: // wsServer.js const { SubscriptionServer } = require( subscriptions-transport-ws ...
  • nibblesnbits
  • Opened 
    on Sep 9, 2021
  • #896

This issue provides visibility into Renovate updates and their statuses. Learn more Repository problems These problems occurred while renovating this repository. - WARN: Failed to find a tag satisfying ...
  • renovate[bot]
  • Opened 
    on Aug 30, 2021
  • #894

Hi guys, I successfully integrated Apollo Server 3.0 into Next.js route called /api by using below code snippet import { ApolloServer } from apollo-server-micro ; // NOSONAR import { typeDefs } from ...
  • nathantqn
  • 2
  • Opened 
    on Aug 2, 2021
  • #888

Currently, the files in the distributed npm package use tslib_1.__awaiter and generator functions instead of async / await. Since node version 7.6.0, native async/await is supported. Besides readability, ...
  • Yogu
  • Opened 
    on Jul 8, 2021
  • #885
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub