Random lag issue
Hi, I have a unity VR shooter where 2 people can play together. The game runs on a self hosted loadbalancing server. Sometimes the game starts lagging. I have 30 moving objects that are being synched...
View ArticleHow many clients can one Photon Master deal with in a very short time?
Hi @JohnTube Maybe a hard to answer question, For example, in one minute. Our self hosted server's hardware configuration: CPU @Intel@Xeon 2.5GHz Memory 2GB Network Max bandwidth 100Mbit/s. Thanks....
View ArticleReal IP address of websocket clients behind Cloudflare
Hi, Our game using websocket (secure if applicable) and we recently run it behind Cloudflare to protect from DDoS. Everything's going great except that the server cannot know real IP address of client...
View ArticleCreate IP Address in Photon.LoadBalancing.dll.config automatically?
Hi, is it possible to receive the IP of the Server running a selfhosted pun service automatically? Currently we have to enter the public IP Address in the Photon.LoadBalancing.dll.config, like...
View ArticleDisconnection on object spawn by stream
Hi, I'm actually working on a collaborative mode for a scene editor software. I stream all the object that are created but on the end of the spawn, the user who creates the object is disconnected. I...
View ArticleThe game has been frozen for 10-15 seconds after resume
I have a problem that after the client sees the ad for about 30 seconds and returns to the game. I had the problem of missed events being sent sequentially to the client and often the game froze for...
View ArticleMoved: The game has been frozen for 10-15 seconds after resume
This discussion has been moved.
View ArticleSelf hosted server connection issue
Hello, I'm using pun with self hosted server. I'm able to create/ join room on the local network but not able create/ join room on the public network. I've used this link for photon server setting for...
View ArticleApp ID Security
I was wondering about way to protect the App ID when connecting to photon cloud. My main worry was to say someone modified the app to replace the App id with their own. We are using photon realtime...
View ArticleAppDomain.CurrentDomain.UnhandledException is Not Called
I've got a similar problem as described in thread https://forum.photonengine.com/discussion/9955/unhandled-exception-handler-not-called. The difference is that we would like to do more than just...
View ArticleServer for my WebGL game
Hi ! I am making a game which is Similar to Dragon land (See the Pic :smiley: ) . This will be a Multiplayer game. game mechanism is, 5 Players will play in a room. Aim is collect more coins in...
View ArticleSet timeout for trying to connect to photon server
hi, I use PUN 2.12 and I want to reduce timeout for trying to connect to photon server for showing retry message to the user in UI but I can't find PhotonNetwork.networkingPeer.DisconnectTimeout in PUN...
View ArticleMoved: Set timeout for trying to connect to photon server
This discussion has been moved.
View ArticlePhoton Master cannot be connected randomly.
Hi @JohnTube The errors are as follows: SocketTcpAsync.EndReceive SocketException. State: Connected. Server: 'master_ip_address' ErrorCode: 10054 SocketErrorCode: Connect 112 at...
View ArticlePhotonHostRuntime.PhotonLicensing - Photon License Server rejected floating...
I have a valid lisence photon server, and i use it in another server, it working. But i use it for my server, it don't working and server crash [ERROR] PhotonHostRuntime.PhotonLicensing - Photon...
View ArticleCustom authentication with OnPremise
I am working on a project, and one of the requirements is that we use OnPremise. We need it because of plugins. I am currently working towards getting custom authentication working with this, but the...
View ArticlePhoton Server SocketErrorCode 10054
I have been using Photon Server on an Amazon EC2 instance for a couple years without any problems, but tonight I updated to the latest version of Unity and PUN and I am now getting: Receive issue....
View ArticleWindows 10 IoT support
Would it be possible to run Photon on Windows 10 IoT on an ARM based device (raspberry pi)?
View ArticleWhat rules to specify for Photon Server ports?
We are trying to start Photon Server on a VM and we asked the service provider to open the ports as specified here . The service provider is asking us to specify what rule to apply to each port. They...
View Article