resgateio / resgate

A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
https://resgate.io
MIT License
685 stars 67 forks source link

Incorrect pre-response detection #158

Closed jirenius closed 4 years ago

jirenius commented 4 years ago

Issue

A bug causes pre-responses to be detected incorrectly.

Impact

Minor impact

It correctly detects timeout pre-responses, which are the only ones currently defined.

jirenius commented 4 years ago

Resolved in #159