You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
objective-c + socketRocket, 10 simultaneous sockets for each trading pair - maximum packet delay two seconds with large data stream. data stream ten times more than swift + SwiftWebSocket
swift + SwiftWebSocket, one socket one trading pair - maximum packet delay 10 minutes!!!!
With a small data stream there are no delays on swift + SwiftWebSocket
As soon as the data stream becomes small, everything starts to flow again
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sorry for my English
the library is very slow!!!
With a large data stream, the delay of packets reaches 1-10 minutes
I ran parallel objective-c + socketRocket and swift + SwiftWebSocket
bitfinex data stream trades from https://docs.bitfinex.com/v2/reference#ws-public-trades
objective-c + socketRocket, 10 simultaneous sockets for each trading pair - maximum packet delay two seconds with large data stream. data stream ten times more than swift + SwiftWebSocket
swift + SwiftWebSocket, one socket one trading pair - maximum packet delay 10 minutes!!!!
With a small data stream there are no delays on swift + SwiftWebSocket
As soon as the data stream becomes small, everything starts to flow again
The text was updated successfully, but these errors were encountered: