chunshao90 commented on code in PR #1439:
URL: 
https://github.com/apache/incubator-horaedb/pull/1439#discussion_r1452133160


##########
server/src/mysql/service.rs:
##########
@@ -104,7 +104,7 @@ impl MysqlService {
 
                     let rt = runtimes.read_runtime.clone();
                     rt.spawn(AsyncMysqlIntermediary::run_on(
-                        MysqlWorker::new(proxy,  timeout),
+                        MysqlWorker::new(proxy,addr, timeout),

Review Comment:
   > Why did the CI still pass?
   
   In the `tokio::select!` macro, cargo fmt does not format the code...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to