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
There is some issue in the Nats cloudevent client which causes the Send function to return too early, causing the connection to NATS to close before the message has actually been sent.
There is some issue in the Nats cloudevent client which causes the Send function to return too early, causing the connection to NATS to close before the message has actually been sent.
Currently, its solved with sleep hack.