Skip to content

Commit

Permalink
release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Oct 22, 2023
1 parent a4089a9 commit 068e306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class TcpSyncController {

private static final Logger logger = LoggerFactory.getLogger(TcpSyncController.class);

@PacketReceiver(Task.VirtualThread)
@PacketReceiver
public void atSyncMessAsk(Session session, SyncMessAsk ask, SignalAttachment attachment) {
logger.info("receive [packet:{}] from client", JsonUtils.object2String(ask));

Expand Down

0 comments on commit 068e306

Please sign in to comment.