pusher / pusher-websocket-dotnet

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

Make usable with Laravel-websockets #105

Closed simonbuehler closed 3 years ago

simonbuehler commented 3 years ago

add compat to Laravel package (https://github.com/beyondcode/la…ravel-websockets)

elverkilde commented 3 years ago

Some of these changes seem to be in conflict with the Pusher protocol, e.g. a hardcoded interval between pings. I also don't think it's a good idea to add support for an external service that we would need to maintain over time. Wouldn't it be better to maintain a separate for for these changes?

simonbuehler commented 3 years ago

sorry for the delay, you are right - its another scope