neben
neben
Still happening on MacOS 10.14.6 (2018 MBP with T2).
Is there any progress on this?
> Per-message channel buffer modification may be available in a future version, but I'm not sold on it being a common enough use case. Here's a use case: We use...
This is still happening on nchan version 1.1.15, probably connected to `nchan_subscribe_request` handler posting back to the original pubsub location. The corrupted frame looks like this: ``` foo:subscribed 1528406275:[0],0id: ```...
I had the same issue and solved it by using the `All variables, one per message` mode and then the `join` node to join the values into a single message.
This also happens with the ProSys UA Simulation server. Same as @scrow66 I used the connection example from this repo, which doesn't have an endpoint set in the `msg`. Which...
I'm facing a similar issue, where the struct element is read only once after restarting the flow, and then nothing. Reading the entire struct works though.
We have the same issue. I think there's a race condition, leading to the error: 1. client subscribes to channel 2. nchan starts fetching messages from redis cluster 2. `nchan_subscribe_request`...
But `proxy_pass` cannot be set in an `http` block -- so what is the meaning/result of setting `nchan_redis_pass` in an `http` block?
Thanks for the info! Are there other options without effect if placed in http context? It would be great if you could update the documentation.