SignalR-Client-Swift
SignalR-Client-Swift copied to clipboard
Remaining work
-
[x] races (start/stop, start/close/stop)
-
transports:
- [x] longpolling (see SignalR source - there is some special logic when closing the LP transport)
- [ ] serverSentEvents
- [ ] binary transfer mode
-
extension points
- [ ] enabling non-JSON protocols
- [ ] MessagePack (requires binary transfer mode)
-
protocol
- [x] streaming
- [x] cancellation
-
[x] logging
-
[x] restartable instance
-
[x] access_token (jwt)
-
[x] cookies
-
[x] headers
-
[ ] certificates
-
[ ] credentials
-
[x] connection options
-
[ ] JSON serialization options (e.g. camelCase). Needed?
-
Post alpha2 breaking changes:
- [x] protocol changes
- [x]
OPTIONS->POST - [x] remove negotiate when websockets transport explicitly requested
- [x] restartable connection
-
Post preview 2 changes
- [x] protocol changes
- [ ] long polling and SSE now can know that connection has started
-
Post RC1 changes:
-
[x] client side pings
-
Post RTM:
- [x] ~~https://github.com/aspnet/SignalR/issues/2361~~
-
[x] keep alive
Hi, I'd need to use/implement MessagePack protocol for communication. is it still in progress? I can't use in builder withHubProtocol(hubProtocolFactory: method, because an error. Thank you
Unfortunately MessgePack support has not been implemented yet.
Hi, do you know when the message pack support will be implemented? I guess a lot of people are waiting for it. Thanks.
@moozzyk @gabser10 I would also need to use MessagePack protocol. Do you know what I could use or if somebody implemented it? Thank you
I am not aware of a MessagePack protocol implementation for this client.
Hi, I need messagepack for signalr. Can u entegrate soon?