Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
var client = new ChatClient();
        var peer = new PhotonPeer(client, ConnectionProtocol.Tcp);
        Thread workerThread = new Thread(peer.Service);

first.. i korean..
a little english.. sry.. T.T
i using server engine to photon server
i want to thread use
but thread is don't support photon engine
how to use thread 'using photon'??
help me plz.. T.T
Posted
Comments
StianSandberg 22-Apr-13 17:33pm    
Photon?
Member 10004375 22-Apr-13 19:08pm    
yeah photon server
http://cloud.exitgames.com/
Photon Cloud is the fastest SaaS Network Engine
to build scalable MMOGs, FPS or any other multiplayer game and application for PC, Mac, Browser, Mobile, Console and Cross-Platform.
StianSandberg 23-Apr-13 2:25am    
ok. Good luck with that :)

1 solution

Ask the people who wrote Photon or at least post your question in their forums. It's very unlikely you're going to find someone here who has used Photon, let alone used it the way you want to, if it's even possible.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900