aaronbarsky

Results 4 comments of aaronbarsky

That's great news! I'll integrate 1.18.0 into the next release and let you know how it goes.

By consistent, I mean that the call stack is exactly the same in each case. It happens about 1/500 sessions. The challenge is that the start of the crash is...

I worked around the problem with an explicit call to closeConnection. Previously I had ``` func makeWebSocketClient(connectionHeaders:JSONEncodableDictionary) -> ApolloClientProtocol { let configuration = WebSocketTransport.Configuration( reconnect: false, connectingPayload: connectionHeaders) let webSocketClient...

I finally caught this crash in action. Not sure if this is helpful or not: