Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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

@databasedav databasedav Jul 11, 2023

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants