Greg Oliver

Results 15 comments of Greg Oliver

@zombieland Is this still an issue for you?

Just this minute worked through the same issue. API_BASE_URL should point to the api relative to the browser - not relative to the frontend container. If installed locally, http://localhost:8081 is...

We also need this use case. I would cast my vote for option 2 above: encrypt existing registry.

I experienced a very similar issue. It was not fixed by adding the record to hosts, but I am able to push to the registry if I reference it as...

I also get this error quite frequently. I'm listening to an Azure Event Hub. The error occurs each time I attempt - so very reproducible if reproducibility is the issue...

Found a workaround. I was getting and printing the rx_err during the error event handler of all receiver links. (receiver.on('errorReceived', myErrorHandler.bind(...))) When I removed this access of rx_err, the problem...

scratch that. it happens less often, but it still happens.

FYI, I had a timer that was firing at odd times and deleting clients.

Even with clearing up the timer problem, the error occurred once in a couple of trials. I'm listening to 19x4 partitions.

Here's the stack dump. It's exactly the same every time. It happens once per test run, where I delete my checkpoints and listen to the 19 hubs. It happens about...