Dynatrace / openkit-java

OpenKit Java Reference Implementation
Apache License 2.0
35 stars 34 forks source link

Fix wrong session start time #102

Closed stefaneberl closed 6 years ago

stefaneberl commented 6 years ago

When reporting the Session start time the OpenKit code used the session end time, which was incorrect. Based on the protocol description this should be 0L.