Orne Brocaar 651fcfce43 Fix gRPC stream handling after UI refactor.
This moves the onMessage handler out of useEffect and it fixes
appending the the array. The .unshift() method does not work
well using React.useState. It would prepend, but since it would not
change the array (it adds an item to the array), the update would
not propagate.
2023-07-27 16:39:29 +01:00
..
2022-04-06 21:18:32 +01:00
2022-04-06 21:18:32 +01:00
2023-04-10 11:32:18 +01:00