metarhia/metacom

channels.get(...).redirect is not a function (channel.js)

Closed this issue · 2 comments

It seems like the class WsChannel is missing a method redirect().
So in the class Client (channel.js) an error occurs in redirect

Websocket is a tiny protocol for messaging. There is no redirect and must be no redirect in WebsocketChannel. HttpChannel has redirect.

redirect(location) {

I lost sight of. Sorry. With the GET it works