autobahn-java icon indicating copy to clipboard operation
autobahn-java copied to clipboard

process server opening HS

Open oberstet opened this issue 13 years ago • 4 comments

https://github.com/oberstet/AutobahnAndroid/blob/master/Autobahn/src/de/tavendo/autobahn/WebSocketReader.java#L516

oberstet avatar Feb 27 '12 21:02 oberstet

this should be addressed as part of https://github.com/crossbario/autobahn-android/issues/92

oberstet avatar Apr 10 '16 14:04 oberstet

With current master, the relevant FIXME is here: https://github.com/crossbario/autobahn-java/blob/master/autobahn/src/main/java/io/crossbar/autobahn/WebSocketReader.java#L535

om26er avatar Jun 03 '17 16:06 om26er

https://github.com/crossbario/autobahn-java/pull/277/commits/31f63a1b2eab805c6398816d5bafbea64974d431 brings us one step closer to implementing this. Now I only need to read a bit into the WebSocket rfc :-)

om26er avatar Sep 08 '17 20:09 om26er

see https://github.com/crossbario/autobahn-python/blob/master/autobahn/websocket/protocol.py#L3642

oberstet avatar Oct 16 '19 09:10 oberstet