Steven Roose
Steven Roose
@Tomen The library keeps the credentials anyways, so it can keep the expiration date and manually reauthenticate when a request is made after the token expires. Should work, that is...
@Tomen Is this issue solved for you?
I haven't used any, personally. So it's very well possible they are not supported, in which case contributions are more than welcome! Perhaps you can check out some old issues,...
Doesn't the README say that it does work on web? ```dart // in browsers, you need to pass a http.BrowserClient: EventSource eventSource = await EventSource.connect("http://example.com/events", client: new http.BrowserClient()); ```
About your first point, that must be a change in the http package, at the time this lib was written, you had to manually create a `BrowserClient` like the example...
Yeah I notice that the connections all seem very unstable. When I'm online and someone else is too, I go offline kinda all the time. At first I thought it...
I assume I'll see this issue closed when it's fixed in master so I can pull it to try?
@mwild1, awesome post! On MUCMIX, personally I think that, given that the MIX standard have been proposed quite some time ago and it's slowly being developed, new federators should leverage...
I am very confused as to how the shscap work. In the code it says "appkey" so I supposed it should be a unique key. But my setup never works...
Aha, good catch! Yeah that shouldn't be that hard a fix. Might give it a look next time I'm using gonfig myself. Thanks for reporting!