infinyon / fluvio-client-node

Node.js client for Fluvio
https://infinyon.github.io/fluvio-client-node/
Apache License 2.0
9 stars 10 forks source link

Infinite loop when disconnected from server #51

Closed ajhunyady closed 3 years ago

ajhunyady commented 3 years ago

Start a fluvio connection and disconnect the server.

The client continuously prints this message in the log

Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.274 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.276 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.276 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.276 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.276 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.276 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.276 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.276 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.276 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.276 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.277 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.277 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.277 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.277 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.277 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.277 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.277 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.277 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.277 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.278 ERROR fluvio::sync::controller: No more items to receive from stream!
^Cerver has terminated connection
Dec 21 13:38:19.278 ERROR fluvio::sync::controller: No more items to receive from stream!
Dec 21 13:38:19.278 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
Dec 21 13:38:19.278 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection
sehz commented 3 years ago

Dec 21 13:38:19.278 ERROR fluvio_socket::multiplexing: No more responses, server has terminated connection is already fixed

sehz commented 3 years ago

Please re-test after 0.6.0-beta1 is published.

ajhunyady commented 3 years ago

I'll check once I update.