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
Currently I think you have to manually create the Reagent.Listener struct in order to create the Reagent.Connection struct. After discussing this with @meh he asked me to open an issue. Convo is below.
23:08 Like, I need the struct returned by this here init func https://github.com/meh/reagent/blob/master/lib/reagent/listener.ex#L84
23:08 meh: Any input here? Reagent.start Foo, 9999 just returns {:ok, pid}, I wantthe listener struct 23:08 <mdeboard> s/want/need 23:11 <meh> mdeboard, I should probably add a function to get the struct
from the genserver
23:11 How do you do it?
23:11 like, I don't even know how you'd access it
23:12 <meh> mdeboard, no as in, _I_ should add it, to reagent itself 23:12 <mdeboard> Oh... well, in the meantime, what do I need to read up on to figure out exactly how to access the thing? 23:12 <meh> I don't think it's possible
23:12 D'oh
23:12 Ok
23:13 <meh> mdeboard, can you open an issue plesae? 23:13 <mdeboard> Sure 23:13 <meh> so I don't forget about it
23:13 <meh> it's 6AM so I have to go to sleep now 23:13 <mdeboard> hehe 23:13 <mdeboard> night 23:14 <meh> night
The text was updated successfully, but these errors were encountered:
Currently I think you have to manually create the
Reagent.Listener
struct in order to create theReagent.Connection
struct. After discussing this with @meh he asked me to open an issue. Convo is below.The text was updated successfully, but these errors were encountered: