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
The only modification I made to the example code provided in the docs is the SERVICE_NAME to a known service on my network.
Running the program, it never returned any output.
I then commented out the "while loop" and added a single manual entry for the next item and a print statement right before and right after it. This second print statement is never reached.
It looks like "stream.next().await" never returns.
sploders101, DJSdev, dzania, granitDev and rektdeckard