Skip to content

Commit 3c6bc28

Browse files
committed
+ troubleshooting apln
1 parent 26ed781 commit 3c6bc28

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/troubleshooting.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,10 @@ Related issues: [#115](https://github.com/anycable/anycable-rails/issues/115)
146146
## Websocket connections are not closed by load balancer
147147
148148
Check out the [#83](https://github.com/anycable/anycable-go/issues/83) and [this comment](https://github.com/anycable/anycable-go/issues/83#issuecomment-597769178) in particular.
149+
150+
## RPC error: `missing selected ALPN property`
151+
152+
In the recent versions, `grpc-go` introduced APLN enforcement which may cause connectivity issues.
153+
A quick fix is to provide the `GRPC_ENFORCE_ALPN_ENABLED=false` environment variable.
154+
155+
See issues: [#256](https://github.com/anycable/anycable/issues/256).

0 commit comments

Comments
 (0)