1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-07-07 14:46:25 +00:00

Commit Graph

  • 94b8184f7b Added handling for websocket send failing Jan Korf 2022-04-30 16:14:17 +02:00
  • 270ea06f24 Update SocketConnection.cs Jan Korf 2022-04-30 13:25:57 +02:00
  • 536afa92da wip Jan Korf 2022-04-24 15:25:50 +02:00
  • 11c48b3341 wip Jan Korf 2022-04-24 11:31:13 +02:00
  • f514e172d7 wip Jan Korf 2022-04-24 09:29:08 +02:00
  • 1739769f87 Updated version 5.1.7 Jan Korf 2022-04-14 15:40:51 +02:00
  • 7ccf643a34 Fixed tests Jan Korf 2022-04-14 15:09:38 +02:00
  • edfaa650bf Moved some parameters from BaseRestClient to RestApiClient to support different setting between different sub api's Jan Korf 2022-04-14 15:06:52 +02:00
  • 13c81afb79
    Merge pull request #135 from mohammadj22/ImproveWebSocketClientProxy Jan Korf 2022-04-14 15:05:19 +02:00
  • c4f4ddcdc5 Update SetProxy Mohammad Reza 2022-04-13 17:37:48 +04:30
  • 4f4d2ccff3 add Schema check Mohammad Reza 2022-04-13 13:18:38 +04:30
  • 4db43517b7 change SetProxy method to support socks5 proxy. Mohammad Reza 2022-04-07 12:44:12 +04:30
  • 41f38e040e Added missing SetApiCredentials on socket client Jkorf 2022-03-24 15:47:06 +01:00
  • 3bdb50b1df Updated version 5.1.6 Jkorf 2022-03-10 10:29:48 +01:00
  • 0d1ca30ce3 Updated EnumConverter Jan Korf 2022-03-09 21:09:41 +01:00
  • d5697250e2 Updated version Jkorf 2022-03-09 16:18:28 +01:00
  • a54a327f22 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net Jkorf 2022-03-09 15:15:26 +01:00
  • 7166482a46
    Added Stale Github workflow Jan Korf 2022-03-09 14:23:00 +01:00
  • 839f509fef Removed ResubscribeMaxRetries default value of 5, Updated logging and log levels Jkorf 2022-03-09 12:59:09 +01:00
  • 949b205d4f Delete .travis.yml Jkorf 2022-03-04 13:52:36 +01:00
  • e6c3251067 Updated build badge Jkorf 2022-03-04 13:52:17 +01:00
  • 77611a19c8 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net Jkorf 2022-03-04 13:42:00 +01:00
  • 9b950cab4c Updated dotnet versions examples/unit tests Jkorf 2022-03-04 13:41:57 +01:00
  • 8b9172ba94
    Added dotnet.yml for Github Actions build Jan Korf 2022-03-04 13:33:33 +01:00
  • d8a1d96e5c Updated version Jkorf 2022-03-04 11:33:43 +01:00
  • 7b370d47ce Added check invalid rate limit for request Jkorf 2022-03-04 10:37:49 +01:00
  • 434d9e3af6 Fixed array serialization support Jkorf 2022-03-04 10:37:22 +01:00
  • 42f95243d9 Updated version Jkorf 2022-03-01 16:11:29 +01:00
  • e77ca7124e Fixed some issues in socket reconnection Jkorf 2022-03-01 16:09:09 +01:00
  • 5c51822996 Prevent potential duplicate reading of data on error Jkorf 2022-03-01 10:43:11 +01:00
  • 12fe94cbff Added ApiName to time sync state for logging Jkorf 2022-03-01 10:41:51 +01:00
  • 4c4cfbb60e Updated version Jan Korf 2022-02-27 14:11:11 +01:00
  • 416f94484d Fixed rate limiting affecting time sync, added support for delegate parameters Jan Korf 2022-02-27 14:00:31 +01:00
  • 52e79446f6 Updated version Jkorf 2022-02-24 13:10:45 +01:00
  • 63d4af8543 Updated version Jkorf 2022-02-24 12:55:59 +01:00
  • 0c6e74911d Small changes for options Jan Korf 2022-02-23 22:04:43 +01:00
  • c792bc25b6 Small rework in options Jkorf 2022-02-23 16:53:47 +01:00
  • e1f8b8b7b7 Update SymbolOrderBookTests.cs Jkorf 2022-02-23 15:52:13 +01:00
  • 7339cb9cc9 Fix for setting recalculation interval Jkorf 2022-02-22 13:06:55 +01:00
  • 5c99da6617 Dispose handling order book Jkorf 2022-02-22 12:54:19 +01:00
  • c22b54c898 Squashed commit of the following: Jkorf 2022-02-18 11:06:34 +01:00
  • 8207a8f32a Update .gitignore Jan Korf 2021-12-15 22:09:11 +01:00
  • 27cd80d508 Update .gitignore Jan Korf 2021-12-15 21:35:42 +01:00
  • f6af235f51 Added github sponsors to readme Jan Korf 2021-10-12 18:13:03 +02:00
  • e8ee4e5ebc Updated version 4.2.8 Jkorf 2021-10-08 13:17:53 +02:00
  • a969e99e05 Added additional checks to not send/expect data when socket is not connected Jkorf 2021-10-08 13:16:20 +02:00
  • 0bad51d775 Small refactor reconnect handling Jkorf 2021-10-08 12:06:45 +02:00
  • dadf62c280 Fix for deadlocking socket receive Jkorf 2021-10-08 10:18:51 +02:00
  • ac269e8368 Updated version Jkorf 2021-10-06 09:33:04 +02:00
  • 1cc1f96ded Made _receivedMessages protected again to allow implementations to use it Jkorf 2021-10-06 09:32:04 +02:00
  • cf42aa4f67 Updated version Jkorf 2021-10-06 09:13:37 +02:00
  • af6f4d14f6 Fix for socket issues .net framework Jkorf 2021-10-06 09:12:46 +02:00
  • 4758d348de Fixed warnings in tests Jkorf 2021-10-05 15:51:14 +02:00
  • adf221dd00 Updated version Jkorf 2021-10-05 15:08:10 +02:00
  • f3102a4dad Added custom async wait event implementation as the previously used method seemed to not work 100% of the time Jkorf 2021-10-05 14:31:27 +02:00
  • 4ef20a9637 Updated version Jkorf 2021-09-30 14:48:07 +02:00
  • ececb37125 Fixed exceptions when running from .net framework Jkorf 2021-09-30 14:45:45 +02:00
  • 07e2a98685 Increased receive buffer, added symbol order book check Jkorf 2021-09-29 16:27:27 +02:00
  • a24c7e008f Updated version Jkorf 2021-09-29 14:04:07 +02:00
  • bea752e02f Fixed warnings Jkorf 2021-09-29 14:03:57 +02:00
  • aa07029c21 added incoming kbps property for sockets, updated logging Jkorf 2021-09-29 13:28:35 +02:00
  • 89de0da724 Dont lock subscriptions during message handling Jkorf 2021-09-24 15:18:42 +02:00
  • 29ebd13958 Changed WaitOne() to WaitOneAsync() in websocket send Jkorf 2021-09-23 15:03:52 +02:00
  • 98c948cf0a Updated version Jkorf 2021-09-23 11:35:01 +02:00
  • e697c35876 Another log fix Jkorf 2021-09-23 11:32:33 +02:00
  • 6c9805993f Fixed missing log Jkorf 2021-09-23 11:26:45 +02:00
  • 10915c1674 Updated version Jkorf 2021-09-22 14:14:03 +02:00
  • 1b4ca864ed Fixed websocket not reconnecting on .NetFramework when connection unexpectedly gets closed Jkorf 2021-09-22 14:12:49 +02:00
  • 41b58ed284 Removed default nonce provider; cant be used from multiple implementations in combination with static nonce Jkorf 2021-09-21 13:42:47 +02:00
  • bac2855a57 Updated version Jkorf 2021-09-20 16:12:23 +02:00
  • 2ea48d6de9 Added nonce provider default implementation Jkorf 2021-09-20 15:23:12 +02:00
  • f9957cba16 Prevent reconnect spamming when invalid checksum Jkorf 2021-09-20 11:19:42 +02:00
  • 84c16a5dc5 Updated version Jkorf 2021-09-15 14:51:24 +02:00
  • d1a2856a08 Added option to send additional headers for each request or for individual requests, added HttpMethod parameter position configuration to rest client Jkorf 2021-09-15 14:48:19 +02:00
  • f5df46a8a5 Fixed tests Jkorf 2021-09-14 12:19:51 +02:00
  • 31d0122096 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net Jkorf 2021-09-14 08:24:11 +02:00
  • 8054facdf4 Added Unsubsribe overload with id parameter Jan Korf 2021-09-05 10:25:12 +02:00
  • ea2078a1cb Added debug data on error Jkorf 2021-08-30 16:48:14 +02:00
  • 4fe2d8f3a6 Fixed icon Jkorf 2021-08-27 11:30:37 +02:00
  • 12dcac3f62 Added FTX to readme Jkorf 2021-08-27 11:27:51 +02:00
  • 5e3eddf21e Updated version Jkorf 2021-08-26 16:16:12 +02:00
  • ab072cb2f9 Added rate limit options for socket connections Jkorf 2021-08-26 16:15:01 +02:00
  • 76d5c1c299 Update bug_report.md Jkorf 2021-08-26 15:07:53 +02:00
  • 700e193406 Updated version Jkorf 2021-08-26 10:48:59 +02:00
  • 4e5aeb68b5 Updated version Jkorf 2021-08-24 13:46:48 +02:00
  • 58ecb0d39d Removed some logging Jkorf 2021-08-24 13:46:06 +02:00
  • a4acaadca9 Updated version Jkorf 2021-08-24 13:26:04 +02:00
  • 307aab130b Added ConnectionClosed event for when no reconnecting is happening Jkorf 2021-08-24 13:25:11 +02:00
  • d775d228da Updated version Jkorf 2021-08-24 12:11:52 +02:00
  • acfd6310d9 Websocket connection performance improvements, Added multiple options, SymbolOrderBook improvements Jkorf 2021-08-24 11:59:11 +02:00
  • c29b2d0cf1 Updated version Jkorf 2021-08-20 16:28:48 +02:00
  • 474bb13204 Fix for concurrent sent issue Jkorf 2021-08-20 16:27:23 +02:00
  • e142386bef Updated version Jkorf 2021-08-20 14:11:44 +02:00
  • 7e2f466ada Fix for socket connecting with a lot of tasks being created Jkorf 2021-08-20 14:07:58 +02:00
  • f33c87b4f2 Updated version Jkorf 2021-08-13 16:00:10 +02:00
  • 05805c87c2 Replaced TaskCanceledException catches with OperationCanceledException catches for .net framework Jkorf 2021-08-13 15:45:20 +02:00
  • 3d8c33094d Updated build status badge Jkorf 2021-08-13 14:10:13 +02:00
  • 622cfbb976 Update README.md Jkorf 2021-08-12 16:18:58 +02:00
  • a3befe557f Updated release notes Jkorf 2021-08-12 13:49:32 +02:00
  • dcb2fa35af Squashed commit of the following: Jkorf 2021-08-12 13:46:39 +02:00