Hi guys,
currently, I’m trying to make a simple mini game on cell phone using SGSJME. The game requires clients to open channels and leave channels frequently. Basically, i understand that by opening a channel, we use clientMgr.openChannel(“channel1”);
My problem is, how do we leave or close that particular opened channel? :o