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
We're developing an application that uses Unity as a front-end (AR app) and Meteor as a backend. Our network connection is based on an OpenSource DDP library for Unity that had quite some issues, since it was not really designed for unstable mobile connections. We improved that, but are still facing some weird issues with the Meteor backend. For instance, sometimes the server won't send a RESULT message when logging in after a WebSocket connection loss.
Since the DDP docs are pretty basic and the source code is somewhat complex to read, we'd love to simulate certain scenarios on a low level, without creating a new Unity build every time. What we'd need for this is an easy way to send DDP messages to our server (which Meteor Man can do) and log all network activity to and from the server (which it can't).
It would be awesome if a low level DDP logger would be integrated. This logger could look somewhat like the Meteor Dev Tools for Chrome.
(It would be even better if one could send low level DDP messages as well and simulate WebSocket connection breaks / reconnects. This would allow us to test the server response if a Socket breaks down and the client tries to re-establish the connection after re-connecting with new WebSocket. But simple logging of all traffic would already be super helpful.)
The text was updated successfully, but these errors were encountered:
We're developing an application that uses Unity as a front-end (AR app) and Meteor as a backend. Our network connection is based on an OpenSource DDP library for Unity that had quite some issues, since it was not really designed for unstable mobile connections. We improved that, but are still facing some weird issues with the Meteor backend. For instance, sometimes the server won't send a RESULT message when logging in after a WebSocket connection loss.
Since the DDP docs are pretty basic and the source code is somewhat complex to read, we'd love to simulate certain scenarios on a low level, without creating a new Unity build every time. What we'd need for this is an easy way to send DDP messages to our server (which Meteor Man can do) and log all network activity to and from the server (which it can't).
It would be awesome if a low level DDP logger would be integrated. This logger could look somewhat like the Meteor Dev Tools for Chrome.
(It would be even better if one could send low level DDP messages as well and simulate WebSocket connection breaks / reconnects. This would allow us to test the server response if a Socket breaks down and the client tries to re-establish the connection after re-connecting with new WebSocket. But simple logging of all traffic would already be super helpful.)
The text was updated successfully, but these errors were encountered: