pusher / pusher-websocket-dotnet

Pusher Channels Client Library for .NET
MIT License
111 stars 113 forks source link

Buggy Pusher Client 2.0.0 NuGet #114

Closed rukhsarahmad-gep closed 3 years ago

rukhsarahmad-gep commented 3 years ago

There is an issue with pusher 2.0. If we have multiple events bind to the same channel and then publish a message to the particular event then all event's listeners get executed. the expected listener should get executed of publishing event only.

erwin42 commented 3 years ago

This has been fixed in version 2.0.1+. Please upgrade to a newer version.