Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
/foo/**/bar名前または。のチャンネルが欲しいです/foo/**/buz。これはサポートされていますか?
/foo/**/bar
/foo/**/buz
ワイルドカードはパスの最後にのみ配置でき、次のように1つのアスタリスクで示されます。foo/bar/*
foo/bar/*
最近のバージョンのfayeでは、ワイルドカードチャネルのみをサブスクライブでき、公開することはできません。
残念ながら、一致後にワイルドカードの値を取得する方法はありません。