channels.get(...).redirect is not a function (channel.js)
alik-datsko opened this issue · 2 comments
alik-datsko commented
It seems like the class WsChannel is missing a method redirect().
So in the class Client (channel.js) an error occurs in redirect
georgolden commented
Websocket is a tiny protocol for messaging. There is no redirect
and must be no redirect
in WebsocketChannel. HttpChannel has redirect
.
Line 53 in f7275df
alik-datsko commented
I lost sight of. Sorry. With the GET it works