-
I mentioned that from time to time anycable sends data response twice, which can brokes frontend logic.
anycable-go
Development log
notification_channel.rb
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Could you please try to run anycable-go with debug logs ( So, the duplication could be at the pub/sub level or somewhere else. Which app do you use for tests, btw? I would suggest trying ACLI as well (to make sure this is not a client-side problem). |
Beta Was this translation helpful? Give feedback.
Could you please try to run anycable-go with debug logs (
anycable-go -debug
)? That should help us to identify the problem. RPC command is called once, right?So, the duplication could be at the pub/sub level or somewhere else.
Which app do you use for tests, btw?
I would suggest trying ACLI as well (to make sure this is not a client-side problem).