tecnogram888 / Project4Skeleton

http://inst.eecs.berkeley.edu/~cs162/sp12/phase4.html
1 stars 0 forks source link

run() in TPCMaster #13

Open tecnogram888 opened 12 years ago

tecnogram888 commented 12 years ago

what does it doooo and what does it do upon catching the exception

tecnogram888 commented 12 years ago

curent code

    try {
    regServer.run();
    clientServer.run(); 
    } catch (IOException e) {
        // TODO
    }