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
level=error err="listen tcp 0.0.0.0:19391: bind: address already in use
That port is only for CapNProto, and I'm defaulting to protobuf. Which makes it a bit odd that it tries to bind on that port already.
I haven't looked further, but figured to create an issue already.
version: main
The text was updated successfully, but these errors were encountered:
Would be nice to see all of the flags for the receiver, otherwise it's hard to tell what's going on. Note that we start both the grpc and capnp servers regardless of which one is used. This allows for a seamless transition between protocols.
Yea okay, I figured that was a bug as I'm not using the option to use capnp and therefore I'm assuming it would not utilise that port. In my case I'm locally dev'ing and well, then I have to configure it so it won't re-use the same port. Which is no problem.
I don't entirely get your point about the seamless transition as one has to setup the option in order to activate it? So then I would think it makes more sense it doesn't 'run' until one does? If anything, I kinda couldn't care less but in case it was a bug I just made the ticket. No opinion here :)
I was testing something locally, got this error
That port is only for CapNProto, and I'm defaulting to protobuf. Which makes it a bit odd that it tries to bind on that port already.
I haven't looked further, but figured to create an issue already.
version: main
The text was updated successfully, but these errors were encountered: