normanmaurer / netty-in-action

2.07k stars 1.76k forks source link

About multiple Clients #56

Open woshiawei opened 4 years ago

woshiawei commented 4 years ago

if I have hundreds of client。 for this code "bootstrap.group(ctx.channel().eventLoop())" they use one eventLoop 。 will it affect performance ?