Custom plugin update pipeline on self-hosted photon server v5

Options

Hi, where can I find information about custom plugin update pipeline?

I want to know how to prevent connection of old client applications to new version of plugin.

I use custom plugin to manage server logic of my game.

Can you help me?

Answers

  • chvetsov
    Options

    hi, @Dipod

    All new clients are always use new version of plugin. So there are no way to change this. The only way I see is using versioned plugin name like 'MyPlugin_1.1', 'MyPlugin_1.2' and so on. you will need to handle this in your factory.

    best,

    ilya