* add timestamp on getall response
* use timestamp
* remove unused code
* fix newman test
* update package lock
* use same datetime and include sametime by fromtime
* permit change interval on signaling class
* fix test
* fix
* fix: Fix timed out sessions collecting in signaling server
* chore: Fix irregular whitespace
* test: Add test for stopping signaling and checking for timed out sessions
* chore: fix build error
* test: Fix breaks due to changing mock signaling
* test: Fix test failiure
For checkSessionId, there was a bug where it wasn't using the map syntax for setting the value.
Due to this, _checkDeletedSession wouldn't check if sessions were timedout.
In addition, posting offers after a connection was established would replace the connectionPair.
When the connectionPair is replaced, the code that checks for deleted sessions would no longer be checking the timedout session.
Resending offers occur if a PeerConnection goes into the disconnected state.