Skip to content

【BUG】多线程任务调度方法有问题 #1

@gojuukaze

Description

@gojuukaze
        int index = 0;
        SelectChannelAction action = null;
        for (String ip : mLocalNetIps) {
            index %= actions.length;
            action = actions[index];
            action.addChannel(ip);
            
        }

IpScanner.java 第430行,index是永远为0的

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions