outline-sdk icon indicating copy to clipboard operation
outline-sdk copied to clipboard

move websockets to sdk

Open ohnorobo opened this issue 10 months ago • 4 comments

implementation examples and registering in configurl stay in x/

This will let us remove the dependency on x/ in outline-apps

ohnorobo avatar Apr 29 '25 12:04 ohnorobo

@fortuna , I'm wondering if websocket support is complete from sdk now with your PR from earlier, or does this PR has to be merged as well, to be able to use websocket from within the SDK (in other apps)?

alexander-potemkin avatar Sep 03 '25 11:09 alexander-potemkin

Websocket is in the SDK, just not in the config.

fortuna avatar Oct 20 '25 16:10 fortuna

Nevermind, it is in the config too: https://pkg.go.dev/github.com/Jigsaw-Code/outline-sdk/x/configurl https://github.com/Jigsaw-Code/outline-sdk/blob/main/x/configurl/websocket.go

fortuna avatar Oct 20 '25 16:10 fortuna

Thank you, awesome!

alexander-potemkin avatar Oct 21 '25 12:10 alexander-potemkin