This repository was archived by the owner on Dec 4, 2023. It is now read-only.
This release introduces a few breaking changes:
- All client methods now accept
context.Contextas first argument. t38c.New()now acceptst38c.Config{}struct instead of functional options.- Event subscription commands uses new
t38c.EventHandlerinterface instead of raw function.
All examples and readme have been updated to the new api.