JohnnyCurran / TimeTravel

Phoenix LiveView TimeTravel Debugger
MIT License
114 stars 0 forks source link

Support handle_info callbacks on LiveViews #7

Open JohnnyCurran opened 1 year ago

JohnnyCurran commented 1 year ago

LiveViews can receive messages through send as well as PubSub broadcasts. These are done through handle_info callbacks which can update socket assigns but are not captured by Telemetry at this moment in time.