Max
Results
2
issues of
Max
After loading of object from DB all `@transient val` fields are null. `lazy val` fields throw `java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.Byte` on access. I think it has something...
Currently connect() method trashes the update thread. That makes handling multiple parallel connections troublesome. For example that may be done by separating calls to update() methods in two threads -...