[grpc-io] Re: Long lived bidirectional stream closed after laptop goes to sleep

2021-10-19 Thread Piotr Morgwai Kotarbinski
I believe it's an expected behavior: your laptop cannot correctly reply to any messages or HTTP/2 control frames while sleeping, so terminating a call seems like a quite reasonable thing to do. I don't know low level details of HTTP/2 stream control, though, so hopefully someone with a better

[grpc-io] Updated invitation: gRPC Monthly Meetup @ Monthly from 11am to 12pm on the fourth Tuesday (CST) (grpc.io)

2021-10-19 Thread events
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

[grpc-io] Updated invitation: gRPC September Meetup @ Monthly from 11am to 12pm on the fourth Tuesday (CDT) (grpc.io)

2021-10-19 Thread events
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

[grpc-io] Updated invitation: gRPC November Meetup @ Tue Nov 23, 2021 11am - 12pm (CST) (grpc.io)

2021-10-19 Thread events
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

[grpc-io] Updated invitation: gRPC October Meetup @ Tue Oct 26, 2021 11am - 12pm (CDT) (grpc.io)

2021-10-19 Thread events
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

[grpc-io] Canceled event: gRPC September Meetup @ Tue Dec 28, 2021 11am - 12pm (CST) (grpc.io)

2021-10-19 Thread events
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

[grpc-io] Canceled event: gRPC September Meetup @ Tue Jan 25, 2022 11am - 12pm (CST) (grpc.io)

2021-10-19 Thread events
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

[grpc-io] Updated invitation: gRPC October Meetup @ Tue Oct 26, 2021 11am - 12pm (CDT) (grpc.io)

2021-10-19 Thread events
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

[grpc-io] Re: Long lived bidirectional stream closed after laptop goes to sleep

2021-10-19 Thread IIFE
Would disabling the keepalive option on the server side not resolve the issue? If the server is sending a keepalive, which the client is not replying to, causing the server to close the transport, then it seems disabling keepalive on the server (which is enabled by default every 2 hours) can