I'm running a firebase firestore and authentication emulator, and in the console that appears when I run it, the following info message appears maybe 20-50 times every second:
Nov 30, 2022 1:55:13 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
INFO: Detected non-HTTP/2 connection.
Nov 30, 2022 1:55:13 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
INFO: Detected non-HTTP/2 connection.
Nov 30, 2022 1:55:13 AM io.gapi.emulators.netty.HttpVersionRoutingHandler channelRead
INFO: Detected non-HTTP/2 connection.
Does anyone know why this happens? Everything seems to be working completely fine, so I didn't really notice it until now, and there doesn't seem to be that much information on it