You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Splitting character '-' in lock_expiration causes problems when Thread.current.object_id is negative,
using another splitting character (';') solves this issue.
The text was updated successfully, but these errors were encountered:
Weird. To be honest I've never seen a negative object_id... Do you think you can put together a pull request with some tests? If so I can probably get it pushed out by Monday.
Splitting character '-' in lock_expiration causes problems when Thread.current.object_id is negative,
using another splitting character (';') solves this issue.
The text was updated successfully, but these errors were encountered: