unloggedio / unlogged-sdk

Unlogged SDK for recording code execution
https://unlogged.io
Apache License 2.0
152 stars 16 forks source link

Number of calls from scheduleWithFixedDelay varies when method is called via DirectInvoke vs Postman [Possible issue] #79

Open TheAmg opened 2 weeks ago

TheAmg commented 2 weeks ago

Describe the bug

The outputs from the following method -

With sdk :

Wihtout sdk :

with Sdk on testrunner :

Reproduction steps

  1. Call the method mentioned above via postman/DirectInvoke with the sdk
  2. Call it without sdk/save candidate and run via test runner.

Expected behavior

DirectInvoke call/ Invoke from postman to return same values as to when sdk is not used

Additional context

No response