Aleksandar Čekrlić

Results 3 issues of Aleksandar Čekrlić

Background for this change: In a scenario where a single node might need to participate in multiple Raft clusters at the same time, it can be useful to be able...

Append() adds one control at a time, while it is a common use-case that a user wants to add several controls. This leads to the unnecessary repetion of a single...

This PR adds the reuseport functionality for websocket protocol. The `TestReusePortOnDial` tests this implementation by starting to listen on a random port, then dialing another endpoint and verifying that the...