Brian Schardt

Results 21 comments of Brian Schardt

I have the same use case as @adrianmcli any info?

Any updates on this?

Here is a quick short code test project that shows my issue ```dart import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:graphql/client.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { init()...

Also to note it connects and then disconnects immediately. I have played around with changing these values ```dart inactivityTimeout: Duration(seconds: 0), // set to 0 to disable timeout ```

I got the headers from nodejs client code that works: ```HTTP GET /subscription HTTP/1.1 Sec-WebSocket-Version: 13 Sec-WebSocket-Key: LchF/g+2UX0Z3X86VobTyg== Connection: Upgrade Upgrade: websocket Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits Sec-WebSocket-Protocol: graphql-ws ``` Here is...

I think this is completely separate from this graphql package and think this is a flutter/dart issue.

@micimize Because this is a websocket hanging is expected, it is listening for data. We actually figured out the issue, its deep into the dart websocket http library. They automatically...

@micimize i agree is this something that you can do easily? If not ill look into having my team implement it.

I am having this issue with GCP cloud run.