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

allow passing nkey seed as string #468

Merged
merged 2 commits into from Aug 28, 2023
Merged

allow passing nkey seed as string #468

merged 2 commits into from Aug 28, 2023

Conversation

databasedav
Copy link
Contributor

addresses #467

@@ -122,7 +122,7 @@ async def nak(self, delay: Union[int, float, None] = None) -> None:
payload = Msg.Ack.Nak
json_args = dict()
if delay:
json_args['delay'] = int(delay * 10**9) # to seconds to ns
json_args['delay'] = int(delay * 10**9) # from seconds to ns
Copy link
Contributor Author

Choose a reason for hiding this comment

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

introduced this typo the last time i contributed and been meaning to fix it :)

@databasedav
Copy link
Contributor Author

@wallyqs looks like the build for 3.11 failed https://app.travis-ci.com/github/nats-io/nats.py/jobs/605789083#L316, can we rerun it?

@wallyqs wallyqs merged commit efe0c47 into nats-io:main Aug 28, 2023
1 check passed
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.

None yet

2 participants