How to connect Ipv6?
Hi all,I want to connect Ipv6, my Ipv6 address is XXX:XXX:XXX:XXX::1 and the udn port is 5055 。Ipv4 address format is xxx.xxx.xxx.xxx:5055 ,but how about ipv6?
View ArticleiOS review team cannot connect to game server on port 5056
Has anyone experienced any issues around Apple's iOS review team not being able to connect to their game server when using the Photon Load Balancing project? I see traffic logs that they're connecting...
View ArticleHow do I use the photonServer to get the packet size transferred from the...
hi sorry for my poor englishi want to get the datapacket Size from the client,and from the serveris here have any method to get the datapacket Size in photonServer?thank you very much for help me!
View ArticleHow to connect to server?
Hello,Sorry, my English is poor.I have been trying to follow the simple chat server from the "An App From Scratch" example.I am using Visual Studio 2015.I executed the server. but my client can't...
View ArticleDefault parameters of PluginBase.BroadcastEvent(byte code, Dictionary< byte,...
Hi got question to "void PluginBase.BroadcastEvent(byte code, Dictionary< byte, object >data)". Cannot find in documentation what is default setting of this call compare to:" void...
View ArticleGetting the server time on the client for a room
Hi, I'm using Photon Enterprise to create a room and passing a GameProperty called CreationTime, which simply holds an int of Environment.TickCount from the server, marking the time the room was...
View ArticleUsing SendEvent to send a msg from Server to Client, SendEvent's parameter...
Does this mean I'm only able to send up to 252 unique EventCodes to the client (ClientPeer)?What If I need more than that? like 1000 kind of events...Thanks in advance
View ArticleTCP and UDP problem
hey,guysI'm using photon pun in a card game, when I create a room, I have to press home button on mobile and invite my friends by other apps, like wechat or something. When I use UDP protocel to...
View ArticleCan not Reconnect with ConnectUsingSettings
hi ,when I drop network ,I want to use ConnectUsingSettings to Reconnect,but it doesn't work. The client state is always Authenticating ,cannt join the lobby
View ArticleUDP, reliable UDP, TCP
In the documentation its noted that the underlying photon protocol is UDP but I noticed that you can also can app using TCP e.g. the example chat server. Whats up with that? Also you can have a UDP...
View ArticleNumber of Players Supported by Photon Cloud?
How many players can Photon Cloud Handle and still Perform pretty well? I have a project I worked on previously where I limited the Game Sessions to 10 Max Players, and if I reached the Max Players of...
View ArticleHow can I get master server time?
Hi guys , ı am using photon bolt and photon swarm.they use loadbalancing , ı can not find how can I get master server time from photonLBClient.I have read this...
View ArticleAbout Server memory consumption
Hi. At beginning ,the server memory consumption is small .but then generally maintained at about 200 M.But there are olny 3 persons connected. Why?So 300 people is going to consume 2G, right?
View ArticleCan photon chat working with photon server?
Hai guys, can anyone tell me whether photon chat working with photon server?? Thanks
View ArticleOverflowException: Number overflow
I found that the maximum amount of photon server single transmission of data only 8kb, is there any way to improve the amount of single transmission of data?If the amount of data transmitted more than...
View ArticleAbout license
I am developing a mmo game and using 100 ccu license for testing game, but now photon team do not support MMO project anymore, does the photon control still avaliably ? Can I use the same type of...
View ArticleShould channel subscription be disposed?
HiSuppose there is a ClientPeer class that has a publish Channel. Some object - call it Lobby - is subscribed to publish channels of all ClientPeers with its poolfiber. Poolfiber's NumSubscriptions...
View ArticleGet all peers in room
Hi all!I think that my question is simple, but i still not found answer after some googling time.Question: how can i get all peers in room on Game Server? I need it for sending Operation for all peers...
View ArticleHow upload the server and where?
I´m making a server with the sdk of photon and i want to know how can i upload the server and in what sites. I prefer free options
View Article