facebook twitter hatena line email

Unity/photon/pun2/chat

提供: 初心者エンジニアの簡易メモ
2023年2月13日 (月) 18:11時点におけるAdmin (トーク | 投稿記録)による版 (Admin がページ「Unity/photon/pun2/エラー」を「Unity/photon/pun2/chat」に、リダイレクトを残さずに移動しました)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

Chat接続エラー

OnConnected()が受信される前に、chatClient.Subscribe()を実行すると、 DebugReturnメソッドが呼ばれ、以下エラーが発行される

Subscribe called while not connected to front end server.
public interface IChatClientListener
{
    void DebugReturn(DebugLevel level, string message);
}