client,_ := fmtp.NewClient("my id")
conn, _ := client.Dial("address","id")
conn.SendOperatorString("hello there")
- Test server-side (handlers,etc.)
- More tests
- Better logging
- More callbacks
| Name | Name | Last commit date | ||
|---|---|---|---|---|
client,_ := fmtp.NewClient("my id")
conn, _ := client.Dial("address","id")
conn.SendOperatorString("hello there")