When state is connecting, every couple of seconds try to create the client and do not panic on err, just retry later
It should cause problem as the stream is the first thing being created in client new, which means that no thread are gonna be left hanging, no triple buffers will be created etc..
When state is connecting, every couple of seconds try to create the client and do not panic on err, just retry later
It should cause problem as the stream is the first thing being created in client new, which means that no thread are gonna be left hanging, no triple buffers will be created etc..
It should be good