pusher / pusher-websocket-unity

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

self hosted pusher support. #21

Closed ycgambo closed 3 years ago

ycgambo commented 3 years ago

There are several open source solutions like laravel websockets out there which supports self hosted pusher service.

How about expose more PusherOptions? especially HOST and PORT.

benw-pusher commented 3 years ago

Thanks for sharing your feedback, this is something we will look at and consider. However, it is worth noting that laravel websockets is a Pusher replacement service: as such we do not guarantee support for laravel websockets. You may have more success forking this library and implementing the changes you require there.