pusher / pusher-websocket-unity

Pusher Channels Unity Client Library
MIT License
27 stars 20 forks source link

Issues on VisionOS #58

Open yosun opened 3 months ago

yosun commented 3 months ago

Assets/PusherManager.cs(45,24): error CS0029: Cannot implicitly convert type 'PusherClient.Channel' to 'Channel'

Assets/PusherManager.cs(46,4): error CS0123: No overload for 'OnChannelOnSubscribed' matches delegate 'SubscribedEventHandler'

Assets/PusherManager.cs(58,18): error CS1061: 'Channel' does not contain a definition for 'Bind' and no accessible extension method 'Bind' accepting a first argument of type 'Channel' could be found (are you missing a using directive or an assembly reference?)