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
Hello. I know I can methods defined on electrify from meteor, as described on the docs. But can I call methods from meteor on my electrify App? I need this because I'm using serialport and when my electron app receives data from the port, I need to communicate this to Meteor
The text was updated successfully, but these errors were encountered:
This cannot be done with the current implementation. As a workaround you can achieve this with some kind of pooling, even though it may give you some latency, it should work.
I have tried with a DDP client ( ddpclient.call ) setup accessing meteor app running on localhost...works perfectly in dev mode but when i package the app...it doesn't work. App just stops communicating with meteor app...just hit a dead end or is there a way to accomplish the same using IPC ?
Hello. I know I can methods defined on electrify from meteor, as described on the docs. But can I call methods from meteor on my electrify App? I need this because I'm using serialport and when my electron app receives data from the port, I need to communicate this to Meteor
The text was updated successfully, but these errors were encountered: