You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found that connecting with a server with a server stream it keeps disconnecting.
We where trying to connect with the Watch request in spicedb but usually we get auto disconnected.
Also tried the mint adapter it has the same issue but found it on server_stream the open check in connection_process.ex is checked as Mint.HTTP.open?(state.conn, :read) it works correctly.
This is because the connection is half closed by the server read only no writes allowed.
Not sure how to fix it in the gun adapter.
The text was updated successfully, but these errors were encountered:
Found that connecting with a server with a server stream it keeps disconnecting.
We where trying to connect with the Watch request in spicedb but usually we get auto disconnected.
Also tried the mint adapter it has the same issue but found it on server_stream the open check in connection_process.ex is checked as
Mint.HTTP.open?(state.conn, :read)
it works correctly.This is because the connection is half closed by the server read only no writes allowed.
Not sure how to fix it in the gun adapter.
The text was updated successfully, but these errors were encountered: