「Unity/photon/pun2/chat」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「 ==接続エラー Subscribe called while not connected to front end server. photonの調子悪いとエラーが出る。」) |
|||
行1: | 行1: | ||
− | + | ==Chat接続エラー== | |
− | == | + | photonの調子悪いと、DebugReturnメソッドが呼ばれ、以下エラーが発行される |
Subscribe called while not connected to front end server. | Subscribe called while not connected to front end server. | ||
− | + | ||
+ | <pre> | ||
+ | public interface IChatClientListener | ||
+ | { | ||
+ | void DebugReturn(DebugLevel level, string message); | ||
+ | } | ||
+ | </pre> |
2023年2月8日 (水) 13:46時点における版
Chat接続エラー
photonの調子悪いと、DebugReturnメソッドが呼ばれ、以下エラーが発行される
Subscribe called while not connected to front end server.
public interface IChatClientListener { void DebugReturn(DebugLevel level, string message); }