s888

Results 4 issues of s888

Hi, I there a built-in way to get datatype of @jsonMember properties? Or will I have to write custom decorators for that? Also, does it support enum? I am asking...

I am evaluating to choose between https://www.npmjs.com/package/class-transformer and Typedjson. But since class-transformer is barely maintained so I am trying out TypedJson. But one major thing that is lacking for me...

Hi, When i use socket = new FlashSocket("localhost:8080/socket"); I get discovery error Node snippet: (In app.js) app.get('/socket', socket.handle); app.post('/socket', socket.handle); app.listen(8080, function() { console.log('%s listening at %s', app.name, app.url); });...

After connection is established. Sometimes the websocket class doesn't receive any heartbeats or any response from server. Not sure if the socket disconnected after connecting but the disconnect event is...