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
However. hub.Receive gives no such file or directory error.
Expected Behavior
FilePersister file should be automatically created.
Actual Behavior
gives no such file or directory error.
Environment
OS: macOS Ventura
Go version: go version go1.19.1 darwin/arm64
Version of Library: 3.3.20
Additional Notes
I tried to run the code in a docker container. I built the code and copied the binary into a docker container which is running on golang:alpine. In that case, code run without any problems. So that's interesting.
Also, in my local run, I am sure the output dir has all the permission it needs.
The text was updated successfully, but these errors were encountered:
Setup
I first create a FilePersister and Hub by the following code:
and then try to fetch data from EventHub like this:
However. hub.Receive gives
no such file or directory
error.Expected Behavior
FilePersister file should be automatically created.
Actual Behavior
gives
no such file or directory
error.Environment
go version go1.19.1 darwin/arm64
Additional Notes
I tried to run the code in a docker container. I built the code and copied the binary into a docker container which is running on
golang:alpine
. In that case, code run without any problems. So that's interesting.Also, in my local run, I am sure the output dir has all the permission it needs.
The text was updated successfully, but these errors were encountered: