Jakub Kostka

Results 8 comments of Jakub Kostka

Why not use com.intellij.credentialStore?

Why don't you just make a PR?

@JakeWharton do you guys plan on mergin this PR?

Is this still not possible in Matrix today?

The difference would be that instead of repeated polling of HTTPs, you'd have a stable connection through sockets. So the difference IN PRACTICE is that websocket messaging is faster. Considering...

I'm not an expert in this but long polling is very clearly slower. WebSockets maintain the same handshake, whereas long polling requires you to make a new handshake every time....

Hey, I'm not sure if there were any updates on this repo on this since this issue has been created, but I did manage get RemoteMediator implementation working, so I...