Closed maoueh closed 1 year ago
If you checkout feature/substreams-bug-106 from https://github.com/streamingfast/substreams-template and you do:
feature/substreams-bug-106
ENDPOINT=<unstable-endpoint> make stream
Then you wait for this to be printed:
... Connected - Progress messages received: 0 (0/sec) Connected - Progress messages received: X (N/sec) (hit 'm' to switch mode) TraceID: b33d226f8364596d17e36a53f79b5ef0
If you hit Ctrl-C at this point, the UI is stuck. Also m does not work as mentioned by the output, which could be related to same problem.
m
If I remove printing of TraceID: XXX, at least the double connected message disappear (but Ctrl-C still broken)
TraceID: XXX
connected
Seems this existed in latest release also.
If you checkout
feature/substreams-bug-106
from https://github.com/streamingfast/substreams-template and you do:Then you wait for this to be printed:
If you hit Ctrl-C at this point, the UI is stuck. Also
m
does not work as mentioned by the output, which could be related to same problem.