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

Port nested compact serialization sample [API-1332] #1350

Merged
merged 3 commits into from
Sep 1, 2022

Conversation

fatihozer0
Copy link
Contributor

No description provided.

@fatihozer0 fatihozer0 requested a review from srknzl August 16, 2022 08:19
@srknzl
Copy link
Member

srknzl commented Aug 16, 2022

There are some warnings in eslint. Can you run npm run lint in your local and fix them?

@codecov
Copy link

codecov bot commented Aug 16, 2022

Codecov Report

Merging #1350 (bd28f50) into master (aceb3fc) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1350      +/-   ##
==========================================
- Coverage   93.27%   93.27%   -0.01%     
==========================================
  Files         463      463              
  Lines       16347    16347              
  Branches     1329     1329              
==========================================
- Hits        15248    15247       -1     
+ Misses        800      799       -1     
- Partials      299      301       +2     
Impacted Files Coverage Δ
src/proxy/MultiMapProxy.ts 98.46% <0.00%> (-0.52%) ⬇️
src/invocation/InvocationService.ts 94.90% <0.00%> (-0.40%) ⬇️
src/protocol/ErrorFactory.ts 65.41% <0.00%> (+0.75%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more


await client.shutdown();
} catch (err) {
console.error('Error occurred:', err);
Copy link
Member

@srknzl srknzl Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add process.exit(1); here? We add it to avoid script running forever if client stays open. In Node.js, if there is a socket running in the background, the process does not end, unless you end it yourself.

Copy link
Member

@srknzl srknzl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one change requested

@fatihozer0 fatihozer0 requested a review from srknzl August 31, 2022 17:29
@fatihozer0 fatihozer0 merged commit 8564b65 into hazelcast:master Sep 1, 2022
@fatihozer0 fatihozer0 deleted the addcodesample branch September 1, 2022 07:35
@degerhz degerhz added this to the 5.2.0 milestone Sep 8, 2022
harunalpak pushed a commit to harunalpak/hazelcast-nodejs-client that referenced this pull request Dec 8, 2022
* port nested compact serialization sample

* port nested compact serialization sample

* fix some eslint warnings and add process.exit
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

Successfully merging this pull request may close these issues.

3 participants