firecamp-io / firecamp

VSCode for APIs, Postman Alternative.

Home Page:https://firecamp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inactuall value for {{$timestamp}}

pavlikm opened this issue · comments

1. Describe the bug, what it is and what it should be (expected behavior)

When use {{$timestamp}} value, firecamp will use timestamp which is not actual, but time when app starts in each request.

2. To Reproduce

steps to reproduce the behavior:

  1. try to send repeatly request as shown on img
  2. in message log (img) is same time for every call, but should be unique for each call
  3. in message log (img) can see, that this timestamp is not actual. After close and reopen app, this value will be changed to time, when app was opened

3. screenshots/gif/video?

img


platform (please complete the following information):
  • firecamp version: nsis-v2.5.1
  • type: desktop
  • os: win

@pavlikm the issue was fixed and shipped with v2.5.2

@pranavwani can't try, because release 2.5.2 not working for me :( With this version I can't even connect to my ws, because header auth is not sent. Check this issue: #198
Is there any possibility to download previous working release?

@pavlikm please check the #comment may fix the issue

thanks @pranavwani. So, I can confirm, that this issue is resolved in 2.5.2 👍