Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remaining work #1

Open
18 of 26 tasks
moozzyk opened this issue Mar 22, 2017 · 6 comments
Open
18 of 26 tasks

Remaining work #1

moozzyk opened this issue Mar 22, 2017 · 6 comments
Assignees

Comments

@moozzyk
Copy link
Owner

moozzyk commented Mar 22, 2017

  • races (start/stop, start/close/stop)

  • transports:

    • 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

    • streaming
    • cancellation
  • logging

  • restartable instance

  • access_token (jwt)

  • cookies

  • headers

  • certificates

  • credentials

  • connection options

  • JSON serialization options (e.g. camelCase). Needed?

  • Post alpha2 breaking changes:

    • protocol changes
    • OPTIONS -> POST
    • remove negotiate when websockets transport explicitly requested
    • restartable connection
  • Post preview 2 changes

    • protocol changes
    • long polling and SSE now can know that connection has started
  • Post RC1 changes:

  • client side pings

  • Post RTM:

  • keep alive

@gabser10
Copy link

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

@moozzyk
Copy link
Owner Author

moozzyk commented Feb 27, 2021

Unfortunately MessgePack support has not been implemented yet.

@flaviusdemian
Copy link

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

@yero007
Copy link

yero007 commented Jun 1, 2021

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

@moozzyk
Copy link
Owner Author

moozzyk commented Jun 2, 2021

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

@barankaraoguzzzz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants