SignalR-Client-Swift icon indicating copy to clipboard operation
SignalR-Client-Swift copied to clipboard

Remaining work

Open moozzyk opened this issue 8 years ago • 6 comments

  • [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

moozzyk avatar Mar 22 '17 04:03 moozzyk

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

gabser10 avatar Feb 26 '21 08:02 gabser10

Unfortunately MessgePack support has not been implemented yet.

moozzyk avatar Feb 27 '21 19:02 moozzyk

Hi, do you know when the message pack support will be implemented? I guess a lot of people are waiting for it. Thanks.

flaviusdemian avatar Jun 01 '21 11:06 flaviusdemian

@moozzyk @gabser10 I would also need to use MessagePack protocol. Do you know what I could use or if somebody implemented it? Thank you

yero007 avatar Jun 01 '21 11:06 yero007

I am not aware of a MessagePack protocol implementation for this client.

moozzyk avatar Jun 02 '21 03:06 moozzyk

Hi, I need messagepack for signalr. Can u entegrate soon?

barankaraoguzzzz avatar Dec 28 '22 00:12 barankaraoguzzzz