Commit Graph

20 Commits

Author SHA1 Message Date
Brandon f3458e7a7b migrating to ESM 2021-07-02 14:35:02 -07:00
Alex Kit f483e3153a fix (client retry) check if explicitly disconnected 2021-02-26 11:07:03 +01:00
Brandon 768c5fc3a6 MIT Licence and Buffer fix 2020-11-11 12:21:02 -08:00
Timbo White 6b777493d2 fix #165 2019-11-11 14:51:27 +00:00
RIAEvangelist 6e9a012cb3 fixed poor require practice 2017-04-15 22:59:29 -07:00
RIAEvangelist 8886f82faa cleanup, performance improvements and reformatting 2017-04-15 22:17:25 -07:00
RIAEvangelist a5bf16503c es6 updates 2017-04-15 21:13:15 -07:00
RIAEvangelist eda84a4093 fix for windows posix sockets 2016-12-21 19:34:53 -08:00
RIAEvangelist 872e3ff090 Default simplification and interface addition 2016-12-21 17:03:12 -08:00
SSMP 4b5f95a337 node version detection 2016-10-03 13:34:27 -07:00
SSMP 49b631b270 new event pubsub support 2016-09-30 06:00:28 -07:00
Brandon Nozaki Miller bec3950022 Merge pull request #72 from Mostafa-Samir/win/fixes
Fixing retry logic and UDP4 default host
2016-07-14 16:03:22 -07:00
Brandon Nozaki Miller c2bffb5451 Merge pull request #73 from Mostafa-Samir/disconnect/fix
Using a client-specific flag to disconnect instead of using config.stopRetrying
2016-07-14 16:02:33 -07:00
Mostafa Samir 90260d1d3d added 'explicitlyDisconnected' flag to Client object
this flag will be set to true when a 'ipc.disconnect' is called on the client to prevent the client from attempting to retry to connect
2016-04-04 00:30:44 +02:00
Mostafa Samir d3181ddafe removed seemingly unnecessary resetRetriesCheck function
the function being set to fire after 100ms conflicted with delays in firing the 'disconnect' event on windows, and this resulted in the socket's 'retriesRemianing' being reset after every decrement and thus violatin the 'maxRetries' rule
2016-04-01 20:26:26 +02:00
Madeline Shortt 60be1a3a2e Fix typo in client log: recieved -> received 2016-03-28 17:45:36 -07:00
Brandon Nozaki Miller df0c6407c1 major revisions to binary, hex and other rawBuffer sockets 2016-03-23 00:07:37 -07:00
Brandon Nozaki Miller 23b2642041 prepped for publish 2016-01-11 14:25:48 -08:00
Brandon Nozaki Miller 9f1755374a fixed some formatting 2016-01-10 21:10:58 -08:00
Brandon Nozaki Miller 143e23ca4d migrating to es6 2016-01-10 20:59:40 -08:00
Renamed from lib/client.js (Browse further)